pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libvdpau



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

Modified Files:
        pkgsrc/multimedia/libvdpau: Makefile

Log Message:
libvdpau: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/libvdpau/Makefile

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

Modified files:

Index: pkgsrc/multimedia/libvdpau/Makefile
diff -u pkgsrc/multimedia/libvdpau/Makefile:1.19 pkgsrc/multimedia/libvdpau/Makefile:1.20
--- pkgsrc/multimedia/libvdpau/Makefile:1.19    Sun Aug  9 15:40:32 2020
+++ pkgsrc/multimedia/libvdpau/Makefile Mon Apr 12 13:11:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/08/09 15:40:32 nia Exp $
+# $NetBSD: Makefile,v 1.20 2021/04/12 13:11:45 nia Exp $
 
 DISTNAME=      libvdpau-1.4
 CATEGORIES=    multimedia
@@ -20,6 +20,8 @@ CONF_FILES=   ${EGDIR}/vdpau_wrapper.cfg \
 MESON_ARGS+=   -Degdir=${EGDIR}
 MESON_ARGS+=   -Ddocumentation=false
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/meson-private/vdpau.pc
 



Home | Main Index | Thread Index | Old Index