Mesa (master): graw: Tidy graw xlib scons file a bit

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Tue Nov 2 18:20:34 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Nov  2 18:17:21 2010 +0000

graw: Tidy graw xlib scons file a bit

---

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

diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index f795309..e50eb8a 100644
--- a/src/gallium/targets/graw-xlib/SConscript
+++ b/src/gallium/targets/graw-xlib/SConscript
@@ -10,7 +10,7 @@ env.Prepend(LIBS = [
     trace,
     rbug,
     identity,
-#    gallium,
+    gallium,
 ])
 
 env.Prepend(LIBS = env['X11_LIBS'])
@@ -33,12 +33,6 @@ if env['llvm']:
     env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')
     env.Prepend(LIBS = [llvmpipe])
 
-# Need this for trace, identity drivers referenced by
-# gallium_wrap_screen().
-#
-env.Prepend(LIBS = [gallium])
-
-# TODO: write a wrapper function http://www.scons.org/wiki/WrapperFunctions
 graw = env.SharedLibrary(
     target ='graw',
     source = sources,




More information about the mesa-commit mailing list