mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 09:10:11 +01:00
16 lines
356 B
Python
16 lines
356 B
Python
Import('*')
|
|
|
|
SConscript('glsl/SConscript')
|
|
SConscript('mapi/glapi/SConscript')
|
|
|
|
if 'egl' in env['statetrackers']:
|
|
SConscript('egl/main/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('gallium/SConscript')
|
|
|
|
if platform != 'embedded':
|
|
SConscript('glut/glx/SConscript')
|
|
SConscript('glew/SConscript')
|