Module: Mesa Branch: master Commit: edda7fd7455384ad99ce727feaf4b680fea203ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edda7fd7455384ad99ce727feaf4b680fea203ba
Author: Keith Whitwell <[email protected]> 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]) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
