projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2978b
)
scons: Fix graw-xlib lib order.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 17 Oct 2012 14:28:26 +0000
(15:28 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 17 Oct 2012 14:28:26 +0000
(15:28 +0100)
Avoids "undefined symbol: XShmCreateImage" error.
src/gallium/targets/graw-xlib/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/graw-xlib/SConscript
b/src/gallium/targets/graw-xlib/SConscript
index 42cb349cc912e18bbba133109289e741fe0136ce..a535f3168d421378c8430fc046def95faf7143ed 100644
(file)
--- a/
src/gallium/targets/graw-xlib/SConscript
+++ b/
src/gallium/targets/graw-xlib/SConscript
@@
-10,7
+10,7
@@
env.Prepend(LIBS = [
gallium,
])
-env.
Pre
pend(LIBS = env['X11_LIBS'])
+env.
Ap
pend(LIBS = env['X11_LIBS'])
env.Append(CPPPATH = [
'#src/gallium/drivers',