mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 12:28:12 +02:00
16 lines
201 B
Python
16 lines
201 B
Python
Import('*')
|
|
|
|
if env['dri']:
|
|
SConscript([
|
|
'drm/SConscript',
|
|
])
|
|
|
|
if 'xlib' in env['winsys']:
|
|
SConscript([
|
|
'xlib/SConscript',
|
|
])
|
|
|
|
if 'gdi' in env['winsys']:
|
|
SConscript([
|
|
'gdi/SConscript',
|
|
])
|