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 egl/gbm on SunOS for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a34a31f71638
branches:  trunk
changeset: 338415:a34a31f71638
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 24 20:01:01 2019 +0000

description:
MesaLib: disable egl/gbm on SunOS for now. failure reported by wilbury

diffstat:

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

diffs (18 lines):

diff -r 91fc4469ceb5 -r a34a31f71638 graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Sat Aug 24 18:10:50 2019 +0000
+++ b/graphics/MesaLib/options.mk       Sat Aug 24 20:01:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.69 2019/08/23 19:05:15 nia Exp $
+# $NetBSD: options.mk,v 1.70 2019/08/24 20:01:01 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 PKG_SUPPORTED_OPTIONS=         llvm dri wayland
@@ -68,7 +68,7 @@
 # Having DRI3 and egl compiled in by default doesn't hurt, the X server
 # will only use it if it is supported at run time.
 MESON_ARGS+=           -Ddri3=true
-.  if ${OPSYS} != "Darwin"
+.  if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
 MESON_ARGS+=           -Degl=true
 MESON_ARGS+=           -Dgbm=true
 PLIST.egl=             yes



Home | Main Index | Thread Index | Old Index