pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kwayland
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:24:01 UTC 2024
Modified Files:
pkgsrc/devel/kwayland: Makefile
Log Message:
kwayland: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/kwayland/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/kwayland/Makefile
diff -u pkgsrc/devel/kwayland/Makefile:1.32 pkgsrc/devel/kwayland/Makefile:1.33
--- pkgsrc/devel/kwayland/Makefile:1.32 Fri Jun 7 23:55:44 2024
+++ pkgsrc/devel/kwayland/Makefile Wed Aug 21 11:24:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/06/07 23:55:44 markd Exp $
+# $NetBSD: Makefile,v 1.33 2024/08/21 11:24:01 markd Exp $
DISTNAME= kwayland-${KF5VER}
CATEGORIES= x11
@@ -12,8 +12,9 @@ LICENSE= gnu-lgpl-v2.1
TOOL_DEPENDS+= plasma-wayland-protocols>=1.7:../../devel/plasma-wayland-protocols
USE_TOOLS+= pkg-config
+
# Don't do autotests. Some builds are linux specific.
-CMAKE_ARGS+= -DBUILD_TESTING=no
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=no
.include "../../devel/wayland/platform.mk"
Home |
Main Index |
Thread Index |
Old Index