pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib MesaLib: disable vdpau on SunOS for now



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2e1cf01a330
branches:  trunk
changeset: 338825:d2e1cf01a330
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 31 10:09:15 2019 +0000

description:
MesaLib: disable vdpau on SunOS for now

diffstat:

 graphics/MesaLib/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f070f593cb26 -r d2e1cf01a330 graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Sat Aug 31 10:04:37 2019 +0000
+++ b/graphics/MesaLib/options.mk       Sat Aug 31 10:09:15 2019 +0000
@@ -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 @@
 .  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