mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
11 lines
219 B
Python
11 lines
219 B
Python
Import('*')
|
|
|
|
SConscript('gallium/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('gallium/winsys/SConscript')
|
|
|
|
SConscript('glut/glx/SConscript')
|
|
SConscript('glew/SConscript')
|