diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 20:22:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 20:23:16 +0800 |
commit | 513e354659c7afc6cf2c860d8466a84b22e3d49f (patch) | |
tree | 1bd021f63eb6d00bf47afc60a13e8303d47b7bbf | |
parent | d72e5a01c8bef2bbc3997de259d783ef8d92be4a (diff) | |
download | gsoc2013-empathy-513e354659c7afc6cf2c860d8466a84b22e3d49f.tar gsoc2013-empathy-513e354659c7afc6cf2c860d8466a84b22e3d49f.tar.gz gsoc2013-empathy-513e354659c7afc6cf2c860d8466a84b22e3d49f.tar.bz2 gsoc2013-empathy-513e354659c7afc6cf2c860d8466a84b22e3d49f.tar.lz gsoc2013-empathy-513e354659c7afc6cf2c860d8466a84b22e3d49f.tar.xz gsoc2013-empathy-513e354659c7afc6cf2c860d8466a84b22e3d49f.tar.zst gsoc2013-empathy-513e354659c7afc6cf2c860d8466a84b22e3d49f.zip |
depends on tp-glib 0.17.0
We need it for high level blocking API.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c67ed59fd..0e0ac9bba 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 TELEPATHY_FARSIGHT_REQUIRED=0.0.18 -TELEPATHY_GLIB_REQUIRED=0.16.0 +TELEPATHY_GLIB_REQUIRED=0.17.0 TELEPATHY_LOGGER=0.2.10 WEBKIT_REQUIRED=1.3.13 GOA_REQUIRED=3.3.0 |