[empathy] Use new api-versioned name for geocode-glib



commit 4682c05ce90708e89c8690d4fb395fcee73b9d71
Author: Andreas Henriksson <andreas fatal se>
Date:   Wed Aug 14 20:40:48 2013 +0200

    Use new api-versioned name for geocode-glib
    
    geocode-glib has changed the name of the pkg-config file
    to include the api version. Update configure script accordingly.
    
    See:
    https://git.gnome.org/browse/geocode-glib/commit/?id=1cadaa879b7d72d973880680b5f947fd5c275974
    "pkg-config: Version the pkg-config file"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706020

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d71de75..b0228ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -441,7 +441,7 @@ AC_ARG_ENABLE(geocode,
 if test "x$enable_geocode" != "xno"; then
    PKG_CHECK_MODULES(GEOCODE,
    [
-      geocode-glib >= $GEOCODE_GLIB_REQUIRED
+      geocode-glib-1.0 >= $GEOCODE_GLIB_REQUIRED
    ], have_geocode="yes", have_geocode="no")
 
    if test "x$have_geocode" = "xyes"; then


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