aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-21 17:16:10 -0500
committerTed Gould <ted@canonical.com>2009-09-21 17:16:10 -0500
commit4c0e277688134ff411c98ff0ac39028c67ac8f3f (patch)
treed44e51581f1058ce136118724d0593e3142c21d4
parent52f5e42c44f8b2359d5e9a4fe639ba9cfe956100 (diff)
downloadayatana-indicator-session-4c0e277688134ff411c98ff0ac39028c67ac8f3f.tar.gz
ayatana-indicator-session-4c0e277688134ff411c98ff0ac39028c67ac8f3f.tar.bz2
ayatana-indicator-session-4c0e277688134ff411c98ff0ac39028c67ac8f3f.zip
Adding in a libempathy dependency.
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa7a941..33923e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,10 @@ AC_SUBST(APPLET_CFLAGS)
AC_SUBST(APPLET_LIBS)
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
+LIBEMPATHY_REQUIRED_VERSION=2.27.0
-PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
+PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
+ libempathy >= $LIBEMPATHY_REQUIRED_VERSION)
AC_SUBST(STATUSERVICE_CFLAGS)
AC_SUBST(STATUSERVICE_LIBS)