Merge commit 'origin/7.8'
[mesa.git] / src / gallium / winsys / SConscript
1 Import('*')
2
3 if 'xlib' in env['winsys']:
4 SConscript([
5 'sw/xlib/SConscript',
6 ])
7
8 if 'gdi' in env['winsys']:
9 SConscript([
10 'sw/gdi/SConscript',
11 ])
12
13 if env['dri']:
14 SConscript([
15 'sw/dri/SConscript',
16 ])
17
18 if 'vmware' in env['winsys']:
19 SConscript([
20 'svga/drm/SConscript',
21 ])
22
23 if 'i915' in env['winsys']:
24 SConscript([
25 'i915/drm/SConscript',
26 ])
27
28 if 'i965' in env['winsys']:
29 SConscript([
30 'i965/drm/SConscript',
31 ])
32
33 if 'radeon' in env['winsys']:
34 SConscript([
35 'radeon/drm/SConscript',
36 ])