pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib MesaLib: Turn off some more "Mesa thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79374dd5f941
branches:  trunk
changeset: 416211:79374dd5f941
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Oct 21 12:30:36 2019 +0000

description:
MesaLib: Turn off some more "Mesa thinks SunOS is not DRI" hacks

diffstat:

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

diffs (36 lines):

diff -r cf51305f75fd -r 79374dd5f941 graphics/MesaLib/buildlink3.mk
--- a/graphics/MesaLib/buildlink3.mk    Mon Oct 21 12:07:32 2019 +0000
+++ b/graphics/MesaLib/buildlink3.mk    Mon Oct 21 12:30:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.63 2019/09/04 10:56:50 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.64 2019/10/21 12:30:36 nia Exp $
 
 BUILDLINK_TREE+=       MesaLib
 
@@ -21,7 +21,7 @@
 .if ${X11_TYPE} == "modular"
 MESALIB_SUPPORTS_OSMESA=       yes
 MESALIB_SUPPORTS_GLESv2=       yes
-.  if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin" && ${OPSYS} != "SunOS"
+.  if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
 MESALIB_SUPPORTS_EGL=          yes
 .  else
 MESALIB_SUPPORTS_EGL=          no
diff -r cf51305f75fd -r 79374dd5f941 graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Mon Oct 21 12:07:32 2019 +0000
+++ b/graphics/MesaLib/options.mk       Mon Oct 21 12:30:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.74 2019/10/18 09:57:07 nia Exp $
+# $NetBSD: options.mk,v 1.75 2019/10/21 12:30:36 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 
@@ -85,7 +85,7 @@
 .  if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
 MESON_ARGS+=           -Dglx=dri
 .    include "../../multimedia/libvdpau/available.mk"
-.    if ${OPSYS} != "SunOS" && ${VDPAU_AVAILABLE} == "yes"
+.    if ${VDPAU_AVAILABLE} == "yes"
 MESON_ARGS+=           -Dgallium-vdpau=true
 PLIST.vdpau=           yes
 .      include "../../multimedia/libvdpau/buildlink3.mk"



Home | Main Index | Thread Index | Old Index