aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-08 11:13:30 -0500
committerKen VanDine <ken.vandine@canonical.com>2009-12-08 11:13:30 -0500
commitcdec18e0b74b21cbd0859fbb767fb3b6dc5dad9f (patch)
treebacfe72958f735265e16cfec2d2e1490b6453d8d /configure.ac
parent9c8e765277bd7a97d4399384ee82b8297b2d8cff (diff)
downloadayatana-indicator-session-cdec18e0b74b21cbd0859fbb767fb3b6dc5dad9f.tar.gz
ayatana-indicator-session-cdec18e0b74b21cbd0859fbb767fb3b6dc5dad9f.tar.bz2
ayatana-indicator-session-cdec18e0b74b21cbd0859fbb767fb3b6dc5dad9f.zip
Ported from libempathy to telepathy-glib
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)