diff options
author | Jakob Bornecrantz <[email protected]> | 2010-03-25 19:19:00 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-03-26 00:38:17 +0100 |
commit | bc88c95990f871a206a8fe93e7541f1f41841f7e (patch) | |
tree | fe394e2b3dedc3ab6de5c2f108bf0c5c78983872 /src/gallium/targets/SConscript | |
parent | 80672e84cf79ab12b7a4ff56567184d1c39baef3 (diff) |
i915g: Rename winsys prefix to i915_ from intel_
Since the winsys isn't shared with i965 and never will be
Diffstat (limited to 'src/gallium/targets/SConscript')
-rw-r--r-- | src/gallium/targets/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/SConscript b/src/gallium/targets/SConscript index 38645646883..a41496a5dd9 100644 --- a/src/gallium/targets/SConscript +++ b/src/gallium/targets/SConscript @@ -62,7 +62,7 @@ if env['dri']: 'dri-vmwgfx/SConscript', ]) - if 'intel' in env['winsys']: + if 'i915' in env['winsys']: SConscript([ 'dri-i915/SConscript', ]) |