mesa/src/SConscript
José Fonseca 706eda3057 scons: Add new targets option.
This will likely change. Most probably we'll just add an alias to indvidual
targets and use the regular scons targets arguments.
2010-03-09 15:09:32 +00:00

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')