summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-24 20:01:01 +0000
committernia <nia@pkgsrc.org>2019-08-24 20:01:01 +0000
commit362e4cba25c6c48dba7793107a7cfff365f4b152 (patch)
treed9f9cdbc7038aac97dea82a0be83c9a2d92e1735
parent19bbf4c1a5905564e8e2dd0bca2eda7f2f0df433 (diff)
downloadpkgsrc-362e4cba25c6c48dba7793107a7cfff365f4b152.tar.gz
MesaLib: disable egl/gbm on SunOS for now. failure reported by wilbury
-rw-r--r--graphics/MesaLib/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk
index b32d409ec6f..c0ff3950257 100644
--- a/graphics/MesaLib/options.mk
+++ b/graphics/MesaLib/options.mk
@@ -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 @@ PLIST.wayland= yes
# 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