diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-02-21 00:26:10 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-21 00:26:10 +0800 |
commit | 3d16b945cf3a9e460bd542f827676c8914325075 (patch) | |
tree | 32fb898f596799993a3da578cc953387151e1c9b | |
parent | 47bcfea1b15de9af4f803045f4f932240a1d1678 (diff) | |
download | gsoc2013-empathy-3d16b945cf3a9e460bd542f827676c8914325075.tar gsoc2013-empathy-3d16b945cf3a9e460bd542f827676c8914325075.tar.gz gsoc2013-empathy-3d16b945cf3a9e460bd542f827676c8914325075.tar.bz2 gsoc2013-empathy-3d16b945cf3a9e460bd542f827676c8914325075.tar.lz gsoc2013-empathy-3d16b945cf3a9e460bd542f827676c8914325075.tar.xz gsoc2013-empathy-3d16b945cf3a9e460bd542f827676c8914325075.tar.zst gsoc2013-empathy-3d16b945cf3a9e460bd542f827676c8914325075.zip |
Bumped tp-glib requirement to 0.7.23 for generated FT code.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2522
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f833ad898..40b5c726b 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ GTK_REQUIRED=2.14.0 GCONF_REQUIRED=1.2.0 LIBGLADE_REQUIRED=2.0.0 LIBPANELAPPLET_REQUIRED=2.10.0 -TELEPATHY_GLIB_REQUIRED=0.7.21 +TELEPATHY_GLIB_REQUIRED=0.7.23 MISSION_CONTROL_REQUIRED=4.61 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 |