pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxkbcommon



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 12:53:13 UTC 2021

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile

Log Message:
libxkbcommon: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/libxkbcommon/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/libxkbcommon/Makefile
diff -u pkgsrc/x11/libxkbcommon/Makefile:1.31 pkgsrc/x11/libxkbcommon/Makefile:1.32
--- pkgsrc/x11/libxkbcommon/Makefile:1.31       Mon Apr  5 12:44:47 2021
+++ pkgsrc/x11/libxkbcommon/Makefile    Mon Apr 12 12:53:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/04/05 12:44:47 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2021/04/12 12:53:12 nia Exp $
 
 DISTNAME=      libxkbcommon-1.2.0
 CATEGORIES=    x11
@@ -14,6 +14,8 @@ USE_TOOLS+=   bison gmake pkg-config
 
 MESON_ARGS+=   -Denable-wayland=false
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 PKGCONFIG_OVERRIDE+=           output/meson-private/xkbcommon.pc
 PKGCONFIG_OVERRIDE+=           output/meson-private/xkbcommon-x11.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-configure



Home | Main Index | Thread Index | Old Index