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:   gdt
Date:           Thu Dec 26 21:44:06 UTC 2019

Modified Files:
        pkgsrc/multimedia/libvdpau: Makefile

Log Message:
multimedia/libvdpau: Force off documentation

Otherwise, if doxygen is installed, documentation becomes enabled,
generating files not in the PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/multimedia/libvdpau/Makefile:1.18
--- pkgsrc/multimedia/libvdpau/Makefile:1.17    Wed Nov 27 13:46:53 2019
+++ pkgsrc/multimedia/libvdpau/Makefile Thu Dec 26 21:44:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/11/27 13:46:53 nia Exp $
+# $NetBSD: Makefile,v 1.18 2019/12/26 21:44:06 gdt Exp $
 
 DISTNAME=      libvdpau-1.3
 CATEGORIES=    multimedia
@@ -18,6 +18,7 @@ CONF_FILES=   ${EGDIR}/vdpau_wrapper.cfg \
                ${PKG_SYSCONFDIR}/vdpau_wrapper.cfg
 
 MESON_ARGS+=   -Degdir=${EGDIR}
+MESON_ARGS+=   -Ddocumentation=false
 
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/meson-private/vdpau.pc



Home | Main Index | Thread Index | Old Index