projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00fe54a
)
graw_xlib: build fixes
author
Keith Whitwell
<keithw@vmware.com>
Mon, 7 Jun 2010 15:44:40 +0000
(16:44 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Mon, 7 Jun 2010 15:44:40 +0000
(16:44 +0100)
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 40332fa4e147c6b12e70c83fafeb05dc6421c41a..21fce948f43c7c24a08fbe27c890b0b5762f8a5f 100644
(file)
--- a/
src/gallium/targets/graw-xlib/SConscript
+++ b/
src/gallium/targets/graw-xlib/SConscript
@@
-20,6
+20,7
@@
env.Prepend(LIBS = [
env.Append(CPPPATH = [
'#src/gallium/drivers',
+ '#src/gallium/include/state_tracker',
])
@@
-28,6
+29,8
@@
sources = [
'graw_util.c',
]
+env.Tool('x11')
+
if True:
env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE')
env.Prepend(LIBS = [softpipe])