diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-28 17:34:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-28 17:34:59 +0800 |
commit | a62ea56a864f3f33bfd1820a68f067de07db8d86 (patch) | |
tree | 0070a1fd438d35256cae7bd7e2baa8c117d1fb22 /configure.ac | |
parent | ae1826bf87bbd61577a55f42d423417602c40f98 (diff) | |
download | gsoc2013-empathy-a62ea56a864f3f33bfd1820a68f067de07db8d86.tar gsoc2013-empathy-a62ea56a864f3f33bfd1820a68f067de07db8d86.tar.gz gsoc2013-empathy-a62ea56a864f3f33bfd1820a68f067de07db8d86.tar.bz2 gsoc2013-empathy-a62ea56a864f3f33bfd1820a68f067de07db8d86.tar.lz gsoc2013-empathy-a62ea56a864f3f33bfd1820a68f067de07db8d86.tar.xz gsoc2013-empathy-a62ea56a864f3f33bfd1820a68f067de07db8d86.tar.zst gsoc2013-empathy-a62ea56a864f3f33bfd1820a68f067de07db8d86.zip |
We need telepeathy-glib >= 0.7.15 for new Requests interface.
svn path=/trunk/; revision=1921
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 551780af1..893e9bb06 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ GTK_REQUIRED=2.12.0 GCONF_REQUIRED=1.2.0 LIBGLADE_REQUIRED=2.0.0 LIBPANELAPPLET_REQUIRED=2.10.0 -TELEPATHY_GLIB_REQUIRED=0.7.7 +TELEPATHY_GLIB_REQUIRED=0.7.15 MISSION_CONTROL_REQUIRED=4.61 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 |