mesa/src/gallium/targets/SConscript

17 lines
217 B
Text
Raw Normal View History

Import('*')
#if env['dri']:
# SConscript([
# 'drm/SConscript',
# ])
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',
])