mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
This is quite messy. GLSL code has to be built twice: one for the host OS, another for the target OS.
12 lines
249 B
Python
12 lines
249 B
Python
Import('*')
|
|
|
|
SConscript('glsl/SConscript')
|
|
SConscript('gallium/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('gallium/winsys/SConscript')
|
|
|
|
SConscript('glut/glx/SConscript')
|
|
SConscript('glew/SConscript')
|