mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 21:00:17 +01:00
This will likely change. Most probably we'll just add an alias to indvidual targets and use the regular scons targets arguments.
12 lines
247 B
Python
12 lines
247 B
Python
Import('*')
|
|
|
|
SConscript('glsl/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('gallium/SConscript')
|
|
|
|
if platform != 'embedded':
|
|
SConscript('glut/glx/SConscript')
|
|
SConscript('glew/SConscript')
|