diff options
author | Ted Gould <ted@canonical.com> | 2009-09-24 12:13:26 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-24 12:13:26 -0500 |
commit | e4398b948762de8e819d9a637c8a186936463724 (patch) | |
tree | 47f25da3206a97f30725b0ce20c5f4cf62e940ff /configure.ac | |
parent | bfecae8b0c5f3586b21b769d872b339a4cb91690 (diff) | |
parent | 56e6098d53797aefa680c49e69560011aa57101a (diff) | |
download | ayatana-indicator-session-e4398b948762de8e819d9a637c8a186936463724.tar.gz ayatana-indicator-session-e4398b948762de8e819d9a637c8a186936463724.tar.bz2 ayatana-indicator-session-e4398b948762de8e819d9a637c8a186936463724.zip |
Updating to trunk
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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) |