aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 11:40:24 -0500
committerTed Gould <ted@gould.cx>2010-08-12 11:40:24 -0500
commit7c5140a0f5130a6b3e993381a0ff31e156d60909 (patch)
treed9c46aebff9c2031bec7fc11ad8f688467d51123 /configure.ac
parent3b359094448cfd02f2c571041bb0ce5a74e1249e (diff)
parent5988e5b24d22184ce32beb9a16644f28fe8d4841 (diff)
downloadayatana-indicator-session-7c5140a0f5130a6b3e993381a0ff31e156d60909.tar.gz
ayatana-indicator-session-7c5140a0f5130a6b3e993381a0ff31e156d60909.tar.bz2
ayatana-indicator-session-7c5140a0f5130a6b3e993381a0ff31e156d60909.zip
* New upstream release.
* Fix to lock screen so that the menu item is always to lock the screen. * Fix capitalization of complete update message.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c9110d3..c507404 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-session, 0.2.9)
+AM_INIT_AUTOMAKE(indicator-session, 0.2.10)
AM_MAINTAINER_MODE
@@ -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)