mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 18:10:17 +01:00
10 lines
189 B
Python
10 lines
189 B
Python
Import('*')
|
|
|
|
SConscript('gallium/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('glut/glx/SConscript')
|
|
|
|
SConscript('gallium/winsys/SConscript')
|