diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2009-02-18 17:12:18 +0000 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2009-02-18 17:15:31 +0000 |
commit | 056f847e96aa84c1e7c9ee7ce60f4d7f7603676b (patch) | |
tree | 57269bdda2f15ab9cd12e451b1326f4d181f3cc3 /SConstruct | |
parent | 11eb127e47c67bf714c8cf97495663e6b711b392 (diff) |
gallium: Also disable i965simple for scons
Please read previous commit for more info.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index a22b9483da..7f9a222542 100644 --- a/SConstruct +++ b/SConstruct @@ -32,7 +32,7 @@ import common default_statetrackers = 'mesa' if common.default_platform in ('linux', 'freebsd', 'darwin'): - default_drivers = 'softpipe,failover,i915simple,i965simple,trace' + default_drivers = 'softpipe,failover,i915simple,trace' default_winsys = 'xlib' elif common.default_platform in ('winddk',): default_drivers = 'softpipe,i915simple,trace' |