diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-06-07 16:44:40 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-06-07 16:44:40 +0100 |
commit | edda7fd7455384ad99ce727feaf4b680fea203ba (patch) | |
tree | 302c8deb4d6a188b1d2034f9b347bc295b3f99f9 | |
parent | 00fe54a87957997ec1e12a427bd4a4433afab307 (diff) |
graw_xlib: build fixes
-rw-r--r-- | 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 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]) |