mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
8 lines
154 B
Python
8 lines
154 B
Python
Import('*')
|
|
|
|
SConscript('gallium/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('gallium/winsys/SConscript')
|