[Mesa-dev] [PATCH] scons: Do not build glx on Solaris.
Vinson Lee
vlee at freedesktop.org
Tue Jun 19 23:34:17 PDT 2012
The GLX headers on Solaris are not recent enough.
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
---
src/SConscript | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/SConscript b/src/SConscript
index 75c4446..f55a20e 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -23,7 +23,7 @@ SConscript('mesa/SConscript')
SConscript('mapi/vgapi/SConscript')
if not env['embedded']:
- if env['platform'] not in ('cygwin', 'darwin', 'freebsd', 'haiku', 'windows'):
+ if env['platform'] not in ('cygwin', 'darwin', 'freebsd', 'haiku', 'sunos', 'windows'):
SConscript('glx/SConscript')
if env['platform'] not in ['darwin', 'haiku', 'sunos']:
SConscript('egl/main/SConscript')
--
1.7.3.2
More information about the mesa-dev
mailing list