pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-panel-0.14.1, set build options for NetBSD
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sun Feb 9 06:52:35 2020 +0100
Changeset: b79b30010ed476711434157388f40f79b986fa60
Modified Files:
lxqt-panel/Makefile
Log Message:
lxqt-panel-0.14.1, set build options for NetBSD
Set build options for NetBSD and OpenBSD.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b79b30010ed476711434157388f40f79b986fa60
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lxqt-panel/Makefile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diffs:
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
index 9f7412a804..ecb6749da3 100644
--- a/lxqt-panel/Makefile
+++ b/lxqt-panel/Makefile
@@ -18,7 +18,7 @@ CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
CMAKE_ARGS+= -DCPULOAD_PLUGIN=No
CMAKE_ARGS+= -DKBINDICATOR_PLUGIN=No
CMAKE_ARGS+= -DMOUNT_PLUGIN=No
@@ -26,14 +26,6 @@ CMAKE_ARGS+= -DSENSORS_PLUGIN=No
CMAKE_ARGS+= -DNETWORKMONITOR_PLUGIN=No
CMAKE_ARGS+= -DSYSSTAT_PLUGIN=No
CMAKE_ARGS+= -DVOLUME_USE_ALSA=No
-.elif ${OPSYS} == "Linux"
-CMAKE_ARGS+= -DCPULOAD_PLUGIN=Yes
-CMAKE_ARGS+= -DKBINDICATOR_PLUGIN=Yes
-CMAKE_ARGS+= -DMOUNT_PLUGIN=Yes
-CMAKE_ARGS+= -DSENSORS_PLUGIN=Yes
-CMAKE_ARGS+= -DNETWORKMONITOR_PLUGIN=Yes
-CMAKE_ARGS+= -DSYSSTAT_PLUGIN=Yes
-CMAKE_ARGS+= -DVOLUME_USE_ALSA=No
.endif
pre-configure:
Home |
Main Index |
Thread Index |
Old Index