diff options
author | Ted Gould <ted@canonical.com> | 2009-05-27 12:07:19 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-27 12:07:19 +0200 |
commit | 7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed (patch) | |
tree | d9d209a4f38bd648aa7fc99b11213adeaaaf8bd7 /configure.ac | |
parent | 4b94b5ce74148729ff76496806050da6b40c5ded (diff) | |
parent | d2bd9a0a70bbcb73997561baa7a61ddbe7e4780a (diff) | |
download | ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.gz ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.bz2 ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.zip |
Merge in the dbusmenu changes from the dbusmenu branch
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 183fec8..f872c91 100644 --- a/configure.ac +++ b/configure.ac @@ -26,11 +26,13 @@ GIO_UNIX_REQUIRED_VERSION=2.18 PANEL_REQUIRED_VERSION=2.0.0 INDICATE_REQUIRED_VERSION=0.2.0 INDICATOR_REQUIRED_VERSION=0.2.0 +DBUSMENUGTK_REQUIRED_VERSION=0.0.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION - indicate >= $INDICATE_REQUIRED_VERSION) + indicate >= $INDICATE_REQUIRED_VERSION + dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION) AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) @@ -42,6 +44,13 @@ INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator` AC_SUBST(INDICATORDIR) ########################### +# DBus Service Info +########################### + +DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1` +AC_SUBST(DBUSSERVICEDIR) + +########################### # Files ########################### @@ -49,6 +58,7 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +data/indicator-messages.service data/icons/Makefile data/icons/16x16/Makefile data/icons/16x16/status/Makefile |