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 24 20:01:01 UTC 2019
Modified Files:
pkgsrc/graphics/MesaLib: options.mk
Log Message:
MesaLib: disable egl/gbm on SunOS for now. failure reported by wilbury
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 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.69 pkgsrc/graphics/MesaLib/options.mk:1.70
--- pkgsrc/graphics/MesaLib/options.mk:1.69 Fri Aug 23 19:05:15 2019
+++ pkgsrc/graphics/MesaLib/options.mk Sat Aug 24 20:01:01 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index