scons: Build xlib state tracker regardless of DRI settings.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 12 Feb 2009 11:58:04 +0000 (11:58 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 12 Feb 2009 12:06:30 +0000 (12:06 +0000)
src/gallium/state_trackers/glx/xlib/SConscript

index 14cdad69cbefaa6924e6f58f580d45385a31026a..01641e90e4710231ffeb7bfc0ffc33a821c375a4 100644 (file)
@@ -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()