diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-02-26 21:52:36 +0800 |
---|---|---|
committer | Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> | 2010-02-26 21:52:36 +0800 |
commit | 5b1255d0e3e92635985aa058bdd87670e8891095 (patch) | |
tree | 933f1782380d9ed83e8c9789e2f2ffb269bf86be /configure.ac | |
parent | f0b184b4100b558e418fb5879fed994c6d48fca2 (diff) | |
download | gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.gz gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.bz2 gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.lz gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.xz gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.zst gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.zip |
Update to TPL 0.1.1
Updated the the pkg-config version to 0.1.1
Updated the the pkg-config dep name fom libtelepathy-logger to telepathy-logger
Updated TPL's _finish() methods using one for each async API.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index abb05a4a1..5d09d86f0 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ GLIB_REQUIRED=2.22.0 GTK_REQUIRED=2.18.0 GCONF_REQUIRED=1.2.0 TELEPATHY_GLIB_REQUIRED=0.9.2 -TELEPATHY_LOGGER=0.1.0 +TELEPATHY_LOGGER=0.1.1 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 LIBNOTIFY_REQUIRED=0.4.4 @@ -152,7 +152,7 @@ fi if test "x$enable_tpl" = "xyes"; then PKG_CHECK_MODULES(TPL, [ - libtelepathy-logger = $TELEPATHY_LOGGER + telepathy-logger = $TELEPATHY_LOGGER ]) AC_SUBST(TPL_CFLAGS) AC_SUBST(TPL_LIBS) |