mesa/src/gallium/targets/SConscript

28 lines
406 B
Text
Raw Normal View History

Import('*')
2010-03-10 11:34:09 +00:00
if 'xlib' in env['winsys']:
SConscript([
'libgl-xlib/SConscript',
])
2010-03-10 11:34:09 +00:00
if 'gdi' in env['winsys']:
SConscript([
'libgl-gdi/SConscript',
])
if 'graw-xlib' in env['winsys']:
SConscript([
'graw-xlib/SConscript',
])
if env['dri']:
SConscript([
'SConscript.dri'
])
if 'xorg' in env['statetrackers']:
if 'vmware' in env['winsys']:
SConscript([
'xorg-vmwgfx/SConscript',
])