diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-11 21:10:16 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-11 21:10:43 +0800 |
commit | 57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b (patch) | |
tree | 81cfafc72df66ba42a997f292b575b3a840f032c | |
parent | e4d1085846020f3522f94e1cb075b7d9417b9cea (diff) | |
download | gsoc2013-empathy-57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b.tar gsoc2013-empathy-57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b.tar.gz gsoc2013-empathy-57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b.tar.bz2 gsoc2013-empathy-57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b.tar.lz gsoc2013-empathy-57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b.tar.xz gsoc2013-empathy-57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b.tar.zst gsoc2013-empathy-57b261b8329e12d1ffcc46e7ecfbeca2caa8fb4b.zip |
Depend on telepathy-glib 0.19.9
We are going to use the new version of some deprecated API.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6629bfb56..6cd01d9b7 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10 CLUTTER_GTK_REQUIRED=1.1.2 -TELEPATHY_GLIB_REQUIRED=0.19.6 +TELEPATHY_GLIB_REQUIRED=0.19.9 AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations]) AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs]) AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables]) |