Module: Mesa
Branch: 9.2
Commit: 3f438bfa4c795856d39da79959830483d0b8d362
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f438bfa4c795856d39da79959830483d0b8d362

Author: Armin K <[email protected]>
Date:   Wed Aug 21 08:44:00 2013 -0600

osmesa: Symlink shared library to LIB_DIR

Cc: 9.2 <[email protected]>
Tested-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Brian Paul <brianp at vmware.com>
(cherry picked from commit 63ac68bae398884b3b704eccf58a8a9fe8aac9e6)

---

 src/mesa/drivers/osmesa/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/osmesa/Makefile.am 
b/src/mesa/drivers/osmesa/Makefile.am
index a1c0bb5..d09c18e 100644
--- a/src/mesa/drivers/osmesa/Makefile.am
+++ b/src/mesa/drivers/osmesa/Makefile.am
@@ -56,6 +56,7 @@ all-local: lib@[email protected]
        $(MKDIR_P) $(top_builddir)/$(LIB_DIR);
        ln -f .libs/lib@[email protected] 
$(top_builddir)/$(LIB_DIR)/lib@[email protected];
        ln -f .libs/lib@[email protected].@OSMESA_VERSION@ 
$(top_builddir)/$(LIB_DIR)/lib@[email protected].@OSMESA_VERSION@;
+       ln -f .libs/lib@[email protected].@[email protected] 
$(top_builddir)/$(LIB_DIR)/
 endif
 
 pkgconfigdir = $(libdir)/pkgconfig

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to