diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-07 00:55:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-07 00:55:44 +0800 |
commit | f05b344066594fc4acd07865b70a6865d599c5d6 (patch) | |
tree | a76cddb41e6f8a5c79bb45f8d868f850fa638c42 | |
parent | 4ed88cebf36575508f7eb7931b9f46b8f661a60e (diff) | |
download | gsoc2013-empathy-f05b344066594fc4acd07865b70a6865d599c5d6.tar gsoc2013-empathy-f05b344066594fc4acd07865b70a6865d599c5d6.tar.gz gsoc2013-empathy-f05b344066594fc4acd07865b70a6865d599c5d6.tar.bz2 gsoc2013-empathy-f05b344066594fc4acd07865b70a6865d599c5d6.tar.lz gsoc2013-empathy-f05b344066594fc4acd07865b70a6865d599c5d6.tar.xz gsoc2013-empathy-f05b344066594fc4acd07865b70a6865d599c5d6.tar.zst gsoc2013-empathy-f05b344066594fc4acd07865b70a6865d599c5d6.zip |
use champlain 0.12
https://bugzilla.gnome.org/show_bug.cgi?id=658341
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3a5dc72e3..a43855662 100644 --- a/configure.ac +++ b/configure.ac @@ -53,8 +53,6 @@ CLUTTER_GTK_REQUIRED=0.90.3 ENCHANT_REQUIRED=1.2.0 GEOCLUE_REQUIRED=0.11 ISO_CODES_REQUIRED=0.35 -LIBCHAMPLAIN_GTK_REQUIRED=0.7.1 -LIBCHAMPLAIN_REQUIRED=0.9 NAUTILUS_SENDTO_REQUIRED=2.90.0 NETWORK_MANAGER_REQUIRED=0.7.0 @@ -440,8 +438,8 @@ if test "x$enable_map" != "xno"; then PKG_CHECK_MODULES(LIBCHAMPLAIN, [ clutter-gtk-1.0 - champlain-gtk-0.10 - champlain-0.10 + champlain-gtk-0.12 + champlain-0.12 ], have_libchamplain="yes", have_libchamplain="no") if test "x$have_libchamplain" = "xyes"; then |