diff options
author | Ted Gould <ted@gould.cx> | 2010-01-05 22:42:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-05 22:42:37 -0600 |
commit | e9d1a73dad33cfea06dd90ec4d13fcfa0b750322 (patch) | |
tree | 8c69c8238aed314a5b2743509a66d5e5d978693d /configure.ac | |
parent | a718efc9b3340801882f7c7550320d01f9b0635e (diff) | |
parent | 933a07d7a5fa30afa12dd88f79d64dc43cc30dff (diff) | |
download | ayatana-indicator-session-e9d1a73dad33cfea06dd90ec4d13fcfa0b750322.tar.gz ayatana-indicator-session-e9d1a73dad33cfea06dd90ec4d13fcfa0b750322.tar.bz2 ayatana-indicator-session-e9d1a73dad33cfea06dd90ec4d13fcfa0b750322.zip |
* Upstream merge
* Removing status support
* Merging the users service and the session service
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac index 1a41ab1..08e2bce 100644 --- a/configure.ac +++ b/configure.ac @@ -37,20 +37,9 @@ AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 -TELEPATHYGLIB_REQUIRED_VERSION=0.9.0 -PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION - telepathy-glib >= $TELEPATHYGLIB_REQUIRED_VERSION) - -AC_SUBST(STATUSERVICE_CFLAGS) -AC_SUBST(STATUSERVICE_LIBS) - -PKG_CHECK_MODULES(USERSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION) - -AC_SUBST(USERSERVICE_CFLAGS) -AC_SUBST(USERSERVICE_LIBS) - -PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION) +PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION + indicator >= $INDICATOR_REQUIRED_VERSION) AC_SUBST(SESSIONERVICE_CFLAGS) AC_SUBST(SESSIONERVICE_LIBS) @@ -142,21 +131,14 @@ src/gtk-dialog/Makefile data/Makefile data/icons/Makefile data/icons/16x16/Makefile -data/icons/16x16/status/Makefile data/icons/16x16/actions/Makefile data/icons/22x22/Makefile -data/icons/22x22/status/Makefile data/icons/22x22/actions/Makefile data/icons/24x24/Makefile -data/icons/24x24/status/Makefile data/icons/24x24/actions/Makefile data/icons/32x32/Makefile -data/icons/32x32/status/Makefile data/icons/32x32/actions/Makefile -data/icons/48x48/Makefile -data/icons/48x48/status/Makefile data/icons/scalable/Makefile -data/icons/scalable/status/Makefile data/icons/scalable/actions/Makefile po/Makefile.in ]) |