pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/MesaLib
Module Name: pkgsrc
Committed By: nia
Date: Sat Aug 31 10:09:15 UTC 2019
Modified Files:
pkgsrc/graphics/MesaLib: options.mk
Log Message:
MesaLib: disable vdpau on SunOS for now
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/MesaLib/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/MesaLib/options.mk
diff -u pkgsrc/graphics/MesaLib/options.mk:1.71 pkgsrc/graphics/MesaLib/options.mk:1.72
--- pkgsrc/graphics/MesaLib/options.mk:1.71 Fri Aug 30 13:00:56 2019
+++ pkgsrc/graphics/MesaLib/options.mk Sat Aug 31 10:09:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.71 2019/08/30 13:00:56 nia Exp $
+# $NetBSD: options.mk,v 1.72 2019/08/31 10:09:15 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
@@ -69,7 +69,7 @@ PLIST.glx= yes
. if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
MESON_ARGS+= -Dglx=dri
. include "../../multimedia/libvdpau/available.mk"
-. if ${VDPAU_AVAILABLE} == "yes"
+. if ${OPSYS} != "SunOS" && ${VDPAU_AVAILABLE} == "yes"
MESON_ARGS+= -Dgallium-vdpau=true
PLIST.vdpau= yes
. include "../../multimedia/libvdpau/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index