aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-08 11:24:44 -0600
committerTed Gould <ted@gould.cx>2009-12-08 11:24:44 -0600
commit11bc39c130e72f311c5923a5265f48d3fb08be50 (patch)
tree965a5e0f0dd370cb311d590eb16f05dd66072c17 /configure.ac
parent9c8e765277bd7a97d4399384ee82b8297b2d8cff (diff)
parent150964c617d1b3197bcd5e287eab99b901b7b8fb (diff)
downloadayatana-indicator-session-11bc39c130e72f311c5923a5265f48d3fb08be50.tar.gz
ayatana-indicator-session-11bc39c130e72f311c5923a5265f48d3fb08be50.tar.bz2
ayatana-indicator-session-11bc39c130e72f311c5923a5265f48d3fb08be50.zip
Update to use libtelepathy instead of libempathy
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 536b5af..790029a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,10 +37,10 @@ AC_SUBST(APPLET_CFLAGS)
AC_SUBST(APPLET_LIBS)
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
-LIBEMPATHY_REQUIRED_VERSION=2.27.0
+TELEPATHYGLIB_REQUIRED_VERSION=0.9.0
PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
- libempathy >= $LIBEMPATHY_REQUIRED_VERSION)
+ telepathy-glib >= $TELEPATHYGLIB_REQUIRED_VERSION)
AC_SUBST(STATUSERVICE_CFLAGS)
AC_SUBST(STATUSERVICE_LIBS)