diff options
author | Ted Gould <ted@gould.cx> | 2010-03-15 09:48:36 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-15 09:48:36 -0500 |
commit | 32e57df9ecf74f6fb99b34fc47ff8cfbc7ec431d (patch) | |
tree | fffbad7c0a92dd2efe2540fc65d7351bef60cc8a /configure.ac | |
parent | dc699314c8b6bb0fec1ddd51c7128bc9505c6e85 (diff) | |
parent | 501c8a7e9add926f34b6dbbcce9d9e6f81706445 (diff) | |
download | ayatana-indicator-session-32e57df9ecf74f6fb99b34fc47ff8cfbc7ec431d.tar.gz ayatana-indicator-session-32e57df9ecf74f6fb99b34fc47ff8cfbc7ec431d.tar.bz2 ayatana-indicator-session-32e57df9ecf74f6fb99b34fc47ff8cfbc7ec431d.zip |
Allowing for a desktop file to be tacted on the end of the session menu.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index da38826..5824b0f 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_SUBST(APPLET_LIBS) DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION + gio-unix-2.0 indicator >= $INDICATOR_REQUIRED_VERSION) AC_SUBST(SESSIONERVICE_CFLAGS) |