projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd2623
)
gallium: Fix scons condition for building the xlib winsys.
author
Michel Dänzer
<michel@tungstengraphics.com>
Tue, 4 Mar 2008 17:32:16 +0000
(18:32 +0100)
committer
Michel Dänzer
<michel@tungstengraphics.com>
Tue, 4 Mar 2008 17:32:16 +0000
(18:32 +0100)
src/gallium/winsys/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/SConscript
b/src/gallium/winsys/SConscript
index 635a68eea2cd9340350af170c6a5a6d3e3340d06..f18d3bd2f8e77b45cc56a49edf200476331a321d 100644
(file)
--- a/
src/gallium/winsys/SConscript
+++ b/
src/gallium/winsys/SConscript
@@
-5,7
+5,7
@@
if dri:
'dri/SConscript',
])
-if 'xlib' in env['
driver
s'] and not dri:
+if 'xlib' in env['
winsy
s'] and not dri:
SConscript([
'xlib/SConscript',
])