diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-17 22:29:03 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-21 17:17:49 +0800 |
commit | 1629b3b04f38eb748ae8385e407e01bfaf312a63 (patch) | |
tree | 612502aee7dfeecd1a5419416f3bd4ee7b920297 /configure.ac | |
parent | 932d46f051bbfbf144dcb063849e4f285daa8586 (diff) | |
download | gsoc2013-empathy-1629b3b04f38eb748ae8385e407e01bfaf312a63.tar gsoc2013-empathy-1629b3b04f38eb748ae8385e407e01bfaf312a63.tar.gz gsoc2013-empathy-1629b3b04f38eb748ae8385e407e01bfaf312a63.tar.bz2 gsoc2013-empathy-1629b3b04f38eb748ae8385e407e01bfaf312a63.tar.lz gsoc2013-empathy-1629b3b04f38eb748ae8385e407e01bfaf312a63.tar.xz gsoc2013-empathy-1629b3b04f38eb748ae8385e407e01bfaf312a63.tar.zst gsoc2013-empathy-1629b3b04f38eb748ae8385e407e01bfaf312a63.zip |
Port to champlain 0.10 (#642010)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index b1234b068..c7d18a0ba 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ ENCHANT_REQUIRED=1.2.0 GEOCLUE_REQUIRED=0.11 ISO_CODES_REQUIRED=0.35 LIBCHAMPLAIN_GTK_REQUIRED=0.7.1 -LIBCHAMPLAIN_REQUIRED=0.7.1 +LIBCHAMPLAIN_REQUIRED=0.9 NAUTILUS_SENDTO_REQUIRED=2.90.0 NETWORK_MANAGER_REQUIRED=0.7.0 WEBKIT_REQUIRED=1.3.2 @@ -328,10 +328,9 @@ if test "x$enable_map" != "xno"; then PKG_CHECK_MODULES(LIBCHAMPLAIN, [ - champlain-0.8 >= $LIBCHAMPLAIN_REQUIRED, -# champplain-gtk3 doesn't exist. Fix the name once bgo #631009 - champlain-gtk3-0.8 >= $LIBCHAMPLAIN_GTK_REQUIRED - clutter-gtk >= $CLUTTER_GTK_REQUIRED + champlain-0.10 + champlain-gtk-0.10 + clutter-gtk-1.0 ], have_libchamplain="yes", have_libchamplain="no") if test "x$have_libchamplain" = "xyes"; then |