From 1318b0ef9ee06d7cc5f69cf8be15c5b0fb31cabd Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 2 Nov 2010 18:17:21 +0000 Subject: graw: Tidy graw xlib scons file a bit --- src/gallium/targets/graw-xlib/SConscript | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/gallium/targets/graw-xlib') 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, -- cgit v1.2.3