projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018aae9
)
libgl-xlib: Fix missing X11 symbols.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 31 Mar 2010 20:27:07 +0000
(21:27 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 31 Mar 2010 20:27:47 +0000
(21:27 +0100)
src/gallium/targets/libgl-xlib/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/libgl-xlib/SConscript
b/src/gallium/targets/libgl-xlib/SConscript
index efa7e797d1ff9bd64b647a114a3cfcf723ebd5ba..c1614d4a9f72f10304508fab4827c4ad08f87f6d 100644
(file)
--- a/
src/gallium/targets/libgl-xlib/SConscript
+++ b/
src/gallium/targets/libgl-xlib/SConscript
@@
-43,6
+43,8
@@
sources = [
'xlib.c',
]
+env.Tool('x11')
+
if 'softpipe' in env['drivers']:
env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE')
env.Prepend(LIBS = [softpipe])