diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-22 15:10:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-22 15:12:08 +0800 |
commit | 9cfab15b0c15b23d59d01e88c9efac0d0cf27433 (patch) | |
tree | 5e2e378e618d01cbb37d20a41a97e72429cd1bca /configure.ac | |
parent | 19da124b23d0ab1f315b2461b9889bcd9b76869e (diff) | |
download | gsoc2013-empathy-9cfab15b0c15b23d59d01e88c9efac0d0cf27433.tar gsoc2013-empathy-9cfab15b0c15b23d59d01e88c9efac0d0cf27433.tar.gz gsoc2013-empathy-9cfab15b0c15b23d59d01e88c9efac0d0cf27433.tar.bz2 gsoc2013-empathy-9cfab15b0c15b23d59d01e88c9efac0d0cf27433.tar.lz gsoc2013-empathy-9cfab15b0c15b23d59d01e88c9efac0d0cf27433.tar.xz gsoc2013-empathy-9cfab15b0c15b23d59d01e88c9efac0d0cf27433.tar.zst gsoc2013-empathy-9cfab15b0c15b23d59d01e88c9efac0d0cf27433.zip |
depend on tp-glib 0.15.2
We need it for the high level password API and
tp_channel_dispatch_operation_close_channels_async().
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 3f01672a3..e42539245 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 TELEPATHY_FARSIGHT_REQUIRED=0.0.14 -TELEPATHY_GLIB_REQUIRED=0.15.1 +TELEPATHY_GLIB_REQUIRED=0.15.2 TELEPATHY_LOGGER=0.2.10 # Optional deps |