pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kde-workspace4 kde-workspace4: explicitly disable ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eb138043e47
branches:  trunk
changeset: 403907:8eb138043e47
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Nov 03 06:33:56 2019 +0000

description:
kde-workspace4: explicitly disable Wayland

diffstat:

 x11/kde-workspace4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bfd6211e6f10 -r 8eb138043e47 x11/kde-workspace4/Makefile
--- a/x11/kde-workspace4/Makefile       Sun Nov 03 04:01:52 2019 +0000
+++ b/x11/kde-workspace4/Makefile       Sun Nov 03 06:33:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2019/08/22 12:23:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2019/11/03 06:33:56 markd Exp $
 
 DISTNAME=      kde-workspace-4.11.22
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
@@ -20,6 +20,7 @@
 CMAKE_ARGS+=   -DKDE4_BUILD_TESTS:BOOL=OFF
 CMAKE_ARGS+=   -DWITH_NepomukCore:BOOL=OFF
 CMAKE_ARGS+=   -DWITH_Soprano:BOOL=OFF
+CMAKE_ARGS+=   -DWITH_Wayland:BOOL=OFF
 CMAKE_ARGS+=   -DWITH_libgps:BOOL=OFF
 
 # BUILD_MAKE_FLAGS+= VERBOSE=1



Home | Main Index | Thread Index | Old Index