diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@novopia.com> | 2009-09-15 02:11:36 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@novopia.com> | 2009-09-15 02:11:36 +0800 |
commit | 590428c77768377bcc5678364380b136fda96f35 (patch) | |
tree | 12fa2f03b1f12a57fa62832e872b27a12c2021e2 /configure.ac | |
parent | fe0dd31c143abf6fa1e9a0a9c14f92508617d218 (diff) | |
download | gsoc2013-empathy-590428c77768377bcc5678364380b136fda96f35.tar gsoc2013-empathy-590428c77768377bcc5678364380b136fda96f35.tar.gz gsoc2013-empathy-590428c77768377bcc5678364380b136fda96f35.tar.bz2 gsoc2013-empathy-590428c77768377bcc5678364380b136fda96f35.tar.lz gsoc2013-empathy-590428c77768377bcc5678364380b136fda96f35.tar.xz gsoc2013-empathy-590428c77768377bcc5678364380b136fda96f35.tar.zst gsoc2013-empathy-590428c77768377bcc5678364380b136fda96f35.zip |
Depend on released libchamplain 0.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 219474b46..710d55d03 100644 --- a/configure.ac +++ b/configure.ac @@ -34,8 +34,8 @@ ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 LIBNOTIFY_REQUIRED=0.4.4 LIBCANBERRA_GTK_REQUIRED=0.4 -LIBCHAMPLAIN_REQUIRED=0.3.6 -LIBCHAMPLAIN_GTK_REQUIRED=0.3.6 +LIBCHAMPLAIN_REQUIRED=0.4 +LIBCHAMPLAIN_GTK_REQUIRED=0.4 CLUTTER_GTK_REQUIRED=0.10 GEOCLUE_REQUIRED=0.11 WEBKIT_REQUIRED=1.1.7 @@ -278,8 +278,8 @@ AC_ARG_ENABLE(map, if test "x$enable_map" != "xno"; then PKG_CHECK_MODULES(LIBCHAMPLAIN, [ - champlain-0.3 >= $LIBCHAMPLAIN_REQUIRED, - champlain-gtk-0.3 >= $LIBCHAMPLAIN_GTK_REQUIRED + champlain-0.4 >= $LIBCHAMPLAIN_REQUIRED, + champlain-gtk-0.4 >= $LIBCHAMPLAIN_GTK_REQUIRED clutter-gtk-0.10 >= $CLUTTER_GTK_REQUIRED ], have_libchamplain="yes", have_libchamplain="no") |