diff options
author | Andreas Henriksson <andreas@fatal.se> | 2013-08-15 02:40:48 +0800 |
---|---|---|
committer | Andreas Henriksson <andreas@fatal.se> | 2013-08-15 04:05:46 +0800 |
commit | 4682c05ce90708e89c8690d4fb395fcee73b9d71 (patch) | |
tree | 93a78fb09c07e5aab99f7a760f73a2f8d0068b80 | |
parent | b7bfb4d892c8dfc59c2a017d1227c9cc5ca16549 (diff) | |
download | gsoc2013-empathy-4682c05ce90708e89c8690d4fb395fcee73b9d71.tar gsoc2013-empathy-4682c05ce90708e89c8690d4fb395fcee73b9d71.tar.gz gsoc2013-empathy-4682c05ce90708e89c8690d4fb395fcee73b9d71.tar.bz2 gsoc2013-empathy-4682c05ce90708e89c8690d4fb395fcee73b9d71.tar.lz gsoc2013-empathy-4682c05ce90708e89c8690d4fb395fcee73b9d71.tar.xz gsoc2013-empathy-4682c05ce90708e89c8690d4fb395fcee73b9d71.tar.zst gsoc2013-empathy-4682c05ce90708e89c8690d4fb395fcee73b9d71.zip |
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
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d71de75e4..b0228ec6e 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 |