summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-11-02 18:17:21 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-11-02 18:20:30 +0000
commit1318b0ef9ee06d7cc5f69cf8be15c5b0fb31cabd (patch)
treee858ff502994990cf00bc922368e813aaad2d995 /src/gallium/targets/graw-xlib
parent2996ce72b142c774101f8df8bd6050d4755ccdcc (diff)
graw: Tidy graw xlib scons file a bit
Diffstat (limited to 'src/gallium/targets/graw-xlib')
-rw-r--r--src/gallium/targets/graw-xlib/SConscript8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index f795309787..e50eb8a03d 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,