projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ccabc
)
scons: Build xlib state tracker regardless of DRI settings.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 12 Feb 2009 11:58:04 +0000
(11:58 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 12 Feb 2009 12:06:30 +0000
(12:06 +0000)
src/gallium/state_trackers/glx/xlib/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/glx/xlib/SConscript
b/src/gallium/state_trackers/glx/xlib/SConscript
index 14cdad69cbefaa6924e6f58f580d45385a31026a..01641e90e4710231ffeb7bfc0ffc33a821c375a4 100644
(file)
--- 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()