summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-06-07 16:44:40 +0100
committerKeith Whitwell <keithw@vmware.com>2010-06-07 16:44:40 +0100
commitedda7fd7455384ad99ce727feaf4b680fea203ba (patch)
tree302c8deb4d6a188b1d2034f9b347bc295b3f99f9 /src/gallium/targets/graw-xlib
parent00fe54a87957997ec1e12a427bd4a4433afab307 (diff)
graw_xlib: build fixes
Diffstat (limited to 'src/gallium/targets/graw-xlib')
-rw-r--r--src/gallium/targets/graw-xlib/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index 40332fa4e1..21fce948f4 100644
--- 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])