diff options
author | Zack Rusin <[email protected]> | 2009-10-06 12:38:47 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-10-11 20:02:47 -0400 |
commit | 59ae3d51556229631f558f56268df89c885de664 (patch) | |
tree | d4555205927eeab854a5299095c22dfddab120f0 /src | |
parent | 4969d014e5d55985119874c8db7cb98154185802 (diff) |
configs: fix some remains of the i915simple driver
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/xlib/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/SConscript b/src/gallium/winsys/xlib/SConscript index 14d4ca7c33b..dfe550f733b 100644 --- a/src/gallium/winsys/xlib/SConscript +++ b/src/gallium/winsys/xlib/SConscript @@ -5,7 +5,7 @@ Import('*') if env['platform'] == 'linux' \ and 'mesa' in env['statetrackers'] \ - and set(('softpipe', 'llvmpipe', 'i915simple', 'trace')).intersection(env['drivers']) \ + and set(('softpipe', 'llvmpipe', 'i915', 'trace')).intersection(env['drivers']) \ and not env['dri']: env = env.Clone() |