mesa/src/gallium/targets/SConscript

17 lines
216 B
Text
Raw Normal View History

Import('*')
#if env['dri']:
# SConscript([
# 'drm/SConscript',
# ])
if 'xlib' in env['targets']:
SConscript([
'libgl-xlib/SConscript',
])
#if 'gdi' in env['winsys']:
# SConscript([
# 'gdi/SConscript',
# ])