summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib
diff options
context:
space:
mode:
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])