mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 20:18:06 +02:00
8 lines
102 B
Text
8 lines
102 B
Text
|
|
Import('*')
|
||
|
|
|
||
|
|
SConscript([
|
||
|
|
'gallium/SConscript',
|
||
|
|
'mesa/SConscript',
|
||
|
|
'gallium/winsys/SConscript',
|
||
|
|
])
|