mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
13 lines
278 B
Python
13 lines
278 B
Python
Import('*')
|
|
|
|
SConscript('glsl/SConscript')
|
|
SConscript('gallium/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('gallium/winsys/SConscript')
|
|
|
|
if platform != 'embedded':
|
|
SConscript('glut/glx/SConscript')
|
|
SConscript('glew/SConscript')
|