Mesa (master): scons: Don't list cell as a driver.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Jan 1 12:20:08 UTC 2010


Module: Mesa
Branch: master
Commit: 89d778ff02222e0ff383fa453470879033f178b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=89d778ff02222e0ff383fa453470879033f178b7

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Jan  1 00:22:48 2010 +0000

scons: Don't list cell as a driver.

Cell driver's SConscript never got written, and it is not trivial one to
write, so don't accept cell in the driver option to avoid confusion.

---

 SConstruct |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SConstruct b/SConstruct
index ed92518..787ff6e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -46,7 +46,7 @@ common.AddOptions(opts)
 opts.Add(ListVariable('statetrackers', 'state trackers to build', default_statetrackers,
                      ['mesa', 'python', 'xorg']))
 opts.Add(ListVariable('drivers', 'pipe drivers to build', default_drivers,
-                     ['softpipe', 'failover', 'svga', 'i915', 'i965', 'cell', 'trace', 'r300', 'identity', 'llvmpipe']))
+                     ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'identity', 'llvmpipe']))
 opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys,
                      ['xlib', 'vmware', 'intel', 'i965', 'gdi', 'radeon']))
 




More information about the mesa-commit mailing list