graw_xlib: build fixes
authorKeith Whitwell <keithw@vmware.com>
Mon, 7 Jun 2010 15:44:40 +0000 (16:44 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 7 Jun 2010 15:44:40 +0000 (16:44 +0100)
src/gallium/targets/graw-xlib/SConscript

index 40332fa..21fce94 100644 (file)
@@ -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])