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/47778d1fbf64
branches:  trunk
changeset: 417033:47778d1fbf64
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 f70bfb47315e -r 47778d1fbf64 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