Mesa (gallium-mesa-7.4): scons: Build xlib state tracker regardless of DRI settings.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Mar 25 15:20:44 UTC 2009


Module: Mesa
Branch: gallium-mesa-7.4
Commit: 5369050ca35713db1f516cecd8ea5676ac7c4928
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5369050ca35713db1f516cecd8ea5676ac7c4928

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Feb 12 11:58:04 2009 +0000

scons: Build xlib state tracker regardless of DRI settings.

---

 src/gallium/state_trackers/glx/xlib/SConscript |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/gallium/state_trackers/glx/xlib/SConscript b/src/gallium/state_trackers/glx/xlib/SConscript
index 14cdad6..01641e9 100644
--- a/src/gallium/state_trackers/glx/xlib/SConscript
+++ b/src/gallium/state_trackers/glx/xlib/SConscript
@@ -5,8 +5,7 @@ Import('*')
 
 if env['platform'] == 'linux' \
         and 'mesa' in env['statetrackers'] \
-        and ('softpipe' or 'i915simple' or 'trace') in env['drivers'] \
-        and not env['dri']:
+        and ('softpipe' or 'i915simple' or 'trace') in env['drivers']:
 
     env = env.Clone()
 




More information about the mesa-commit mailing list