summaryrefslogtreecommitdiff
path: root/src/gallium/targets/SConscript
blob: 266d705f89cf8651bb7e9e8a7bf9651e4f17cbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Import('*')

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

#if 'gdi' in env['winsys']:
#	SConscript([
#		'gdi/SConscript',
#	])