aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-24 11:38:18 -0500
committerTed Gould <ted@canonical.com>2009-09-24 11:38:18 -0500
commite0cc3cab40349e9d7587be79e17f104bf5266a5d (patch)
tree8f4f1fb93b8d0f147004b22eb67811524a1579fb /configure.ac
parent9703540eaf33ac50e99f04e9eddf5816557868e1 (diff)
parenta3fffae0121c46aad258f15f0bc4c8c3012536fc (diff)
downloadayatana-indicator-session-e0cc3cab40349e9d7587be79e17f104bf5266a5d.tar.gz
ayatana-indicator-session-e0cc3cab40349e9d7587be79e17f104bf5266a5d.tar.bz2
ayatana-indicator-session-e0cc3cab40349e9d7587be79e17f104bf5266a5d.zip
Merging in the MissionControl 5 branch to work with modern Empathy.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5a838c4..ad743f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,8 +37,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)