diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-11-26 05:30:50 +0800 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-11-28 13:47:10 +0800 |
commit | 0e83aaed266c7b438c9b8d80213f7660f78c755f (patch) | |
tree | f43d1cb2283e495309423f5ca70b1442656a7499 /configure.ac | |
parent | 4d7aaa9588b85033e7b4fe88fc3939ed0713daa5 (diff) | |
download | gsoc2013-empathy-0e83aaed266c7b438c9b8d80213f7660f78c755f.tar gsoc2013-empathy-0e83aaed266c7b438c9b8d80213f7660f78c755f.tar.gz gsoc2013-empathy-0e83aaed266c7b438c9b8d80213f7660f78c755f.tar.bz2 gsoc2013-empathy-0e83aaed266c7b438c9b8d80213f7660f78c755f.tar.lz gsoc2013-empathy-0e83aaed266c7b438c9b8d80213f7660f78c755f.tar.xz gsoc2013-empathy-0e83aaed266c7b438c9b8d80213f7660f78c755f.tar.zst gsoc2013-empathy-0e83aaed266c7b438c9b8d80213f7660f78c755f.zip |
Port EmpathyContact to geocode-glib >= 0.99.1
https://bugzilla.gnome.org/show_bug.cgi?id=689056
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0171d0379..b11107a87 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,7 @@ GOA_REQUIRED=3.5.1 # Optional deps ENCHANT_REQUIRED=1.2.0 GEOCLUE_REQUIRED=0.12 +GEOCODE_GLIB_REQUIRED=0.99.1 ISO_CODES_REQUIRED=0.35 NAUTILUS_SENDTO_REQUIRED=2.90.0 NETWORK_MANAGER_REQUIRED=0.7.0 @@ -434,7 +435,7 @@ AC_ARG_ENABLE(geocode, if test "x$enable_geocode" != "xno"; then PKG_CHECK_MODULES(GEOCODE, [ - geocode-glib + geocode-glib >= $GEOCODE_GLIB_REQUIRED ], have_geocode="yes", have_geocode="no") if test "x$have_geocode" = "xyes"; then |