Mesa (master): graw_xlib: build fixes

Keith Whitwell keithw at kemper.freedesktop.org
Mon Jun 7 16:13:54 UTC 2010


Module: Mesa
Branch: master
Commit: edda7fd7455384ad99ce727feaf4b680fea203ba
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=edda7fd7455384ad99ce727feaf4b680fea203ba

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Jun  7 16:44:40 2010 +0100

graw_xlib: build fixes

---

 src/gallium/targets/graw-xlib/SConscript |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index 40332fa..21fce94 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])




More information about the mesa-commit mailing list