diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-28 17:01:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-28 17:19:52 +0800 |
commit | 2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe (patch) | |
tree | 59a79a438a6ed23628898886654ec8cee6b5cf89 /configure.ac | |
parent | e4b631f58ae100e747f6bffc1494edcda4c2cc9b (diff) | |
download | gsoc2013-empathy-2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe.tar gsoc2013-empathy-2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe.tar.gz gsoc2013-empathy-2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe.tar.bz2 gsoc2013-empathy-2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe.tar.lz gsoc2013-empathy-2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe.tar.xz gsoc2013-empathy-2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe.tar.zst gsoc2013-empathy-2a0e56361c6fc9c0e3869dc99375dd5a11f55fbe.zip |
bump tp-glib dep to 0.7.31 as we need it for tube new API
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5a27b1afc..0a3455835 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ GLIB_REQUIRED=2.16.0 GTK_REQUIRED=2.16.0 GCONF_REQUIRED=1.2.0 LIBPANELAPPLET_REQUIRED=2.10.0 -TELEPATHY_GLIB_REQUIRED=0.7.27 +TELEPATHY_GLIB_REQUIRED=0.7.31 MISSION_CONTROL_REQUIRED=4.61 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 |