pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/lxqt-panel x11/lxqt-panel: fix build break on Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bc38957011a
branches:  trunk
changeset: 443205:7bc38957011a
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Dec 08 19:28:53 2020 +0000

description:
x11/lxqt-panel: fix build break on Linux

libssystat was never imported from wip, so we can not build that
on Linux either.

diffstat:

 x11/lxqt-panel/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 20bbb14136df -r 7bc38957011a x11/lxqt-panel/Makefile
--- a/x11/lxqt-panel/Makefile   Tue Dec 08 18:54:28 2020 +0000
+++ b/x11/lxqt-panel/Makefile   Tue Dec 08 19:28:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/12/07 12:55:28 pin Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/08 19:28:53 pin Exp $
 
 DISTNAME=      lxqt-panel-0.16.1
 CATEGORIES=    x11
@@ -18,6 +18,8 @@
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 
+CMAKE_ARGS+=   -DSYSSTAT_PLUGIN=No
+
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} != "Linux"
 CMAKE_ARGS+=   -DCPULOAD_PLUGIN=No
@@ -25,7 +27,6 @@
 CMAKE_ARGS+=   -DMOUNT_PLUGIN=No
 CMAKE_ARGS+=   -DSENSORS_PLUGIN=No
 CMAKE_ARGS+=   -DNETWORKMONITOR_PLUGIN=No
-CMAKE_ARGS+=   -DSYSSTAT_PLUGIN=No
 CMAKE_ARGS+=   -DVOLUME_USE_ALSA=No
 CMAKE_ARGS+=   -DBACKLIGHT_PLUGIN=No
 .endif



Home | Main Index | Thread Index | Old Index