aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-18 21:12:20 -0600
committerTed Gould <ted@gould.cx>2009-12-18 21:12:20 -0600
commit9e9c366430db392d005442cc503e7cd990ca51c5 (patch)
treea836fb580e5d1111439038bbbe5343acaf7ff1bc /configure.ac
parent5be8ede939efb973da4aa7b864fad188803aa650 (diff)
parentd96e16ad7ffdea4807f942ac4b452a6dc607a1fa (diff)
downloadayatana-indicator-session-9e9c366430db392d005442cc503e7cd990ca51c5.tar.gz
ayatana-indicator-session-9e9c366430db392d005442cc503e7cd990ca51c5.tar.bz2
ayatana-indicator-session-9e9c366430db392d005442cc503e7cd990ca51c5.zip
Merging in the ubuntu-desktop branch.
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)