Mesa (master): graw-xlib: Revert the output dir lib change.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed May 5 08:41:09 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed May  5 09:40:07 2010 +0100

graw-xlib: Revert the output dir lib change.

---

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

diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index b30c2d9..c9ea078 100644
--- a/src/gallium/targets/graw-xlib/SConscript
+++ b/src/gallium/targets/graw-xlib/SConscript
@@ -42,10 +42,12 @@ env.Prepend(LIBS = [gallium])
 
 # TODO: write a wrapper function http://www.scons.org/wiki/WrapperFunctions
 graw = env.SharedLibrary(
-    target ='#lib/graw',
+    target ='graw',
     source = sources,
 )
 
+env.InstallSharedLibrary(graw, version=(1, 0))
+
 graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX')
 
 Export('graw')




More information about the mesa-commit mailing list