The current EGL headers do not support Solaris. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com>tags/i965-primitive-restart-v2
@@ -24,7 +24,7 @@ SConscript('mapi/vgapi/SConscript') | |||
if not env['embedded']: | |||
if env['platform'] not in ['windows', 'darwin', 'haiku']: | |||
SConscript('glx/SConscript') | |||
if env['platform'] not in ['darwin', 'haiku']: | |||
if env['platform'] not in ['darwin', 'haiku', 'sunos']: | |||
SConscript('egl/main/SConscript') | |||
if env['platform'] not in ['darwin']: | |||
SConscript('glu/sgi/SConscript') |
@@ -58,7 +58,7 @@ SConscript('winsys/sw/null/SConscript') | |||
if not env['embedded']: | |||
SConscript('state_trackers/vega/SConscript') | |||
if env['platform'] not in ['darwin', 'haiku']: | |||
if env['platform'] not in ['darwin', 'haiku', 'sunos']: | |||
SConscript('state_trackers/egl/SConscript') | |||
if env['x11']: | |||
@@ -124,7 +124,7 @@ SConscript([ | |||
]) | |||
if not env['embedded']: | |||
if env['platform'] not in ['darwin', 'haiku']: | |||
if env['platform'] not in ['darwin', 'haiku', 'sunos']: | |||
SConscript([ | |||
'targets/egl-static/SConscript' | |||
]) |