[gobject-introspection] cairo-1.0.gir: Use fully qualified shared library



commit 153c86d356ec2f4f8916c1ad1c47fd946e85c5db
Author: Colin Walters <walters verbum org>
Date:   Wed Mar 9 13:01:54 2011 -0500

    cairo-1.0.gir: Use fully qualified shared library
    
    The .so link is for development, we need to reference the full
    soname; otherwise things will break without "cairo-devel"
    installed.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c45fea9..ade925a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,10 +137,10 @@ if test x$have_cairo = xyes; then
 fi
 
 if test x$have_cairo_gobject = xyes; then
-  CAIRO_SHARED_LIBRARY="libcairo-gobject.so"
+  CAIRO_SHARED_LIBRARY="libcairo-gobject.so.2"
   CAIRO_GIR_PACKAGE="cairo-gobject"
 elif test x$have_cairo = xyes; then
-  CAIRO_SHARED_LIBRARY="libcairo.so"
+  CAIRO_SHARED_LIBRARY="libcairo.so.2"
   CAIRO_GIR_PACKAGE="cairo"
 fi
 AC_SUBST(CAIRO_SHARED_LIBRARY)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]