graw: Tidy graw xlib scons file a bit

This commit is contained in:
Jakob Bornecrantz
2010-11-02 18:17:21 +00:00
parent 2996ce72b1
commit 1318b0ef9e
+1 -7
View File
@@ -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,