From: Michel Dänzer Date: Thu, 3 Apr 2008 12:19:38 +0000 (+0100) Subject: gallium: Only build softpipe driver by default for xlib winsys with scons. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=333df9656a257507d5eb5a6a8e8f2d9fc7577f20;p=mesa.git gallium: Only build softpipe driver by default for xlib winsys with scons. --- diff --git a/src/gallium/winsys/xlib/SConscript b/src/gallium/winsys/xlib/SConscript index c38b5be52c8..218b89285f7 100644 --- a/src/gallium/winsys/xlib/SConscript +++ b/src/gallium/winsys/xlib/SConscript @@ -22,8 +22,6 @@ sources = [ drivers = [ softpipe, - i915simple, - i965simple, ] # TODO: write a wrapper function http://www.scons.org/wiki/WrapperFunctions