pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kde-workspace4



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Nov  3 06:33:56 UTC 2019

Modified Files:
        pkgsrc/x11/kde-workspace4: Makefile

Log Message:
kde-workspace4: explicitly disable Wayland


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/kde-workspace4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/kde-workspace4/Makefile
diff -u pkgsrc/x11/kde-workspace4/Makefile:1.76 pkgsrc/x11/kde-workspace4/Makefile:1.77
--- pkgsrc/x11/kde-workspace4/Makefile:1.76     Thu Aug 22 12:23:56 2019
+++ pkgsrc/x11/kde-workspace4/Makefile  Sun Nov  3 06:33:56 2019
@@ -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 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
 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