diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-06 22:48:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-06 22:49:15 +0800 |
commit | 2c910137428ef53609e25a142c5295746074493e (patch) | |
tree | 47d88e446757a805b642b4cd242fee244081efa3 | |
parent | 3ac64629dd8e6f52eafbb9eb76d41350d3c6bdd4 (diff) | |
download | gsoc2013-empathy-2c910137428ef53609e25a142c5295746074493e.tar gsoc2013-empathy-2c910137428ef53609e25a142c5295746074493e.tar.gz gsoc2013-empathy-2c910137428ef53609e25a142c5295746074493e.tar.bz2 gsoc2013-empathy-2c910137428ef53609e25a142c5295746074493e.tar.lz gsoc2013-empathy-2c910137428ef53609e25a142c5295746074493e.tar.xz gsoc2013-empathy-2c910137428ef53609e25a142c5295746074493e.tar.zst gsoc2013-empathy-2c910137428ef53609e25a142c5295746074493e.zip |
Depend on tp-glib 0.19.1
Needed for TpAccountRequest.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1cf7e0716..7c2b7b800 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10 CLUTTER_GTK_REQUIRED=1.1.2 CLUTTER_GST_REQUIRED=1.5.2 -TELEPATHY_GLIB_REQUIRED=0.19.0 +TELEPATHY_GLIB_REQUIRED=0.19.1 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]) |