diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-24 17:11:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-24 17:11:56 +0800 |
commit | c96c271f838ffa3911bd301b37b6c7aaffb2dfc2 (patch) | |
tree | 7aa3783cc09c9cea0fd5bd7f53cdc4b63c87d171 | |
parent | 4435767a8769ac913b7fc7860474dca824a1cde8 (diff) | |
download | gsoc2013-empathy-c96c271f838ffa3911bd301b37b6c7aaffb2dfc2.tar gsoc2013-empathy-c96c271f838ffa3911bd301b37b6c7aaffb2dfc2.tar.gz gsoc2013-empathy-c96c271f838ffa3911bd301b37b6c7aaffb2dfc2.tar.bz2 gsoc2013-empathy-c96c271f838ffa3911bd301b37b6c7aaffb2dfc2.tar.lz gsoc2013-empathy-c96c271f838ffa3911bd301b37b6c7aaffb2dfc2.tar.xz gsoc2013-empathy-c96c271f838ffa3911bd301b37b6c7aaffb2dfc2.tar.zst gsoc2013-empathy-c96c271f838ffa3911bd301b37b6c7aaffb2dfc2.zip |
depend on telepathy-glib 0.13.14
We need it for tp_capabilities_supports_room_list()
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f6cd2fcf9..ef2e29a4e 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.13.12 +TELEPATHY_GLIB_REQUIRED=0.13.14 TELEPATHY_LOGGER=0.1.5 # Optional deps |