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: Wed Nov 27 13:46:54 UTC 2019
Modified Files:
pkgsrc/multimedia/libvdpau: Makefile
Log Message:
libvdpau: Fix PKGCONFIG_OVERRIDE for meson
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/multimedia/libvdpau/Makefile:1.17
--- pkgsrc/multimedia/libvdpau/Makefile:1.16 Wed Nov 27 13:41:54 2019
+++ pkgsrc/multimedia/libvdpau/Makefile Wed Nov 27 13:46:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/27 13:41:54 nia Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/27 13:46:53 nia Exp $
DISTNAME= libvdpau-1.3
CATEGORIES= multimedia
@@ -13,14 +13,15 @@ LICENSE= mit
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
-#PKGCONFIG_OVERRIDE+= vdpau.pc.in
-
EGDIR= ${PREFIX}/share/examples/libvdpau
CONF_FILES= ${EGDIR}/vdpau_wrapper.cfg \
${PKG_SYSCONFDIR}/vdpau_wrapper.cfg
MESON_ARGS+= -Degdir=${EGDIR}
+PKGCONFIG_OVERRIDE_STAGE= pre-install
+PKGCONFIG_OVERRIDE+= output/meson-private/vdpau.pc
+
.include "available.mk"
.if ${VDPAU_AVAILABLE} == no
Home |
Main Index |
Thread Index |
Old Index