pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libvdpau multimedia/libvdpau: Force off doc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/087860e21ea2
branches:  trunk
changeset: 346020:087860e21ea2
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Dec 26 21:44:06 2019 +0000

description:
multimedia/libvdpau: Force off documentation

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

diffstat:

 multimedia/libvdpau/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e8329cc69527 -r 087860e21ea2 multimedia/libvdpau/Makefile
--- a/multimedia/libvdpau/Makefile      Thu Dec 26 12:32:33 2019 +0000
+++ b/multimedia/libvdpau/Makefile      Thu Dec 26 21:44:06 2019 +0000
@@ -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 @@
                ${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