]> git.0d.be Git - empathy.git/commitdiff
Use libchamplain 0.7.1 or newer for the map plugin
authorJiří Techet <techet@gmail.com>
Thu, 26 Aug 2010 20:01:41 +0000 (22:01 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 27 Aug 2010 07:28:28 +0000 (09:28 +0200)
Signed-off-by: Jiří Techet <techet@gmail.com>
configure.ac

index 10a4fc110dc4826385a3acc8743005c481ea60d3..a80a5110f2a81aab211d64bd00decbef25fc8e80 100644 (file)
@@ -50,8 +50,8 @@ CLUTTER_GTK_REQUIRED=0.10
 ENCHANT_REQUIRED=1.2.0
 GEOCLUE_REQUIRED=0.11
 ISO_CODES_REQUIRED=0.35
-LIBCHAMPLAIN_GTK_REQUIRED=0.4
-LIBCHAMPLAIN_REQUIRED=0.4
+LIBCHAMPLAIN_GTK_REQUIRED=0.7.1
+LIBCHAMPLAIN_REQUIRED=0.7.1
 NAUTILUS_SENDTO_REQUIRED=2.28.1
 NAUTILUS_SENDTO_REQUIRED_GTK3=2.90.0
 NETWORK_MANAGER_REQUIRED=0.7.0
@@ -370,8 +370,8 @@ if test "x$enable_map" != "xno"; then
    if test "x$have_gtk3" == "xno"; then
       PKG_CHECK_MODULES(LIBCHAMPLAIN,
       [
-         champlain-0.4 >= $LIBCHAMPLAIN_REQUIRED,
-         champlain-gtk-0.4 >= $LIBCHAMPLAIN_GTK_REQUIRED
+         champlain-0.8 >= $LIBCHAMPLAIN_REQUIRED,
+         champlain-gtk-0.8 >= $LIBCHAMPLAIN_GTK_REQUIRED
          clutter-gtk-0.10 >= $CLUTTER_GTK_REQUIRED
       ], have_libchamplain="yes", have_libchamplain="no")
    else