diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-12 13:19:26 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-15 21:28:36 +0800 |
commit | 0b23d0983acb95ced196c766ee112143ec314c22 (patch) | |
tree | a87e08a00750f068876d799feb8637dde2e48b18 /configure.ac | |
parent | 909f3e3d892afc61e42143bf9182d6dec9f3ccb9 (diff) | |
download | gsoc2013-empathy-0b23d0983acb95ced196c766ee112143ec314c22.tar gsoc2013-empathy-0b23d0983acb95ced196c766ee112143ec314c22.tar.gz gsoc2013-empathy-0b23d0983acb95ced196c766ee112143ec314c22.tar.bz2 gsoc2013-empathy-0b23d0983acb95ced196c766ee112143ec314c22.tar.lz gsoc2013-empathy-0b23d0983acb95ced196c766ee112143ec314c22.tar.xz gsoc2013-empathy-0b23d0983acb95ced196c766ee112143ec314c22.tar.zst gsoc2013-empathy-0b23d0983acb95ced196c766ee112143ec314c22.zip |
Use libchamplain 0.3.3 new Gtk embed API
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c921c40cd..c881e7547 100644 --- a/configure.ac +++ b/configure.ac @@ -35,8 +35,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.0 -LIBCHAMPLAIN_GTK_REQUIRED=0.3.0 +LIBCHAMPLAIN_REQUIRED=0.3.3 +LIBCHAMPLAIN_GTK_REQUIRED=0.3.3 CLUTTER_GTK_REQUIRED=0.8.2 GEOCLUE_REQUIRED=0.11 WEBKIT_REQUIRED=1.1.7 |