2008-02-18 10:52:44 +00:00
|
|
|
Import('*')
|
|
|
|
|
|
2009-12-10 16:29:04 +00:00
|
|
|
SConscript('glsl/SConscript')
|
2010-04-26 12:56:44 +08:00
|
|
|
SConscript('mapi/glapi/SConscript')
|
2008-02-23 00:46:40 +09:00
|
|
|
|
2010-05-31 11:47:58 +08:00
|
|
|
if 'egl' in env['statetrackers']:
|
|
|
|
|
SConscript('egl/main/SConscript')
|
|
|
|
|
|
2008-02-23 14:14:20 +09:00
|
|
|
if 'mesa' in env['statetrackers']:
|
2010-03-09 15:07:57 +00:00
|
|
|
SConscript('mesa/SConscript')
|
2008-02-23 00:46:40 +09:00
|
|
|
|
2010-03-09 15:07:57 +00:00
|
|
|
SConscript('gallium/SConscript')
|
2009-01-23 12:32:35 +00:00
|
|
|
|
2010-01-26 20:58:11 +00:00
|
|
|
if platform != 'embedded':
|
2010-03-09 15:07:57 +00:00
|
|
|
SConscript('glut/glx/SConscript')
|
|
|
|
|
SConscript('glew/SConscript')
|