diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 09:17:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 09:17:03 -0500 |
commit | 119941934dcab783d210bb53f3e70672546f023e (patch) | |
tree | a3a8e6eb667115eafeb9c0ac8a37097b7f3954a2 /configure.ac | |
parent | 2189e180cb8b7b2c1c9782b82c5e674d0f989515 (diff) | |
parent | 41550341b50d18b486da80165764e057adcc2460 (diff) | |
download | ayatana-indicator-session-119941934dcab783d210bb53f3e70672546f023e.tar.gz ayatana-indicator-session-119941934dcab783d210bb53f3e70672546f023e.tar.bz2 ayatana-indicator-session-119941934dcab783d210bb53f3e70672546f023e.zip |
Fixing the lock screen functionality to match the new design.
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 c9110d3..10aba69 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 + dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION gio-unix-2.0 indicator >= $INDICATOR_REQUIRED_VERSION) |