diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-17 18:41:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-30 18:15:48 +0800 |
commit | 920122ee2e7be94a844d8f6736df2aab9f688a1d (patch) | |
tree | c02a45a57876fad8bf237afd60fa9c6f8d430f0c /configure.ac | |
parent | c1189dd5d21d40fd7773f3c13d24d55f7e897713 (diff) | |
download | gsoc2013-empathy-920122ee2e7be94a844d8f6736df2aab9f688a1d.tar gsoc2013-empathy-920122ee2e7be94a844d8f6736df2aab9f688a1d.tar.gz gsoc2013-empathy-920122ee2e7be94a844d8f6736df2aab9f688a1d.tar.bz2 gsoc2013-empathy-920122ee2e7be94a844d8f6736df2aab9f688a1d.tar.lz gsoc2013-empathy-920122ee2e7be94a844d8f6736df2aab9f688a1d.tar.xz gsoc2013-empathy-920122ee2e7be94a844d8f6736df2aab9f688a1d.tar.zst gsoc2013-empathy-920122ee2e7be94a844d8f6736df2aab9f688a1d.zip |
bump tp-glib dep to 0.15.1
tp_channel_dispatch_operation_claim_with_async() has been introduced in 0.15.0
but suffers a race (fdo #37280) fixed in 0.15.1.
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 8b8eef699..dde9487c0 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,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.14.3 +TELEPATHY_GLIB_REQUIRED=0.15.1 TELEPATHY_LOGGER=0.2.0 # Optional deps |