projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2996ce7
)
graw: Tidy graw xlib scons file a bit
author
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 2 Nov 2010 18:17:21 +0000
(18:17 +0000)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 2 Nov 2010 18:20:30 +0000
(18:20 +0000)
src/gallium/targets/graw-xlib/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/graw-xlib/SConscript
b/src/gallium/targets/graw-xlib/SConscript
index f7953097872f793127bbc52786935b95c5e48ade..e50eb8a03d75ed7937e275f23708c1e65fb413e0 100644
(file)
--- 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,