From edda7fd7455384ad99ce727feaf4b680fea203ba Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 7 Jun 2010 16:44:40 +0100 Subject: graw_xlib: build fixes --- src/gallium/targets/graw-xlib/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/targets') 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]) -- cgit v1.2.3