aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 11:37:15 -0500
committerTed Gould <ted@gould.cx>2010-08-12 11:37:15 -0500
commit5988e5b24d22184ce32beb9a16644f28fe8d4841 (patch)
treeaf60584f3ffb7176402a9a8e535335ef0c9f3e65 /configure.ac
parent906f7922bbf1875f3fd666ff1e40f1635c52af4c (diff)
parent3b5cc0042799d3d5796bb22f61aafc3837ffdd59 (diff)
downloadayatana-indicator-session-5988e5b24d22184ce32beb9a16644f28fe8d4841.tar.gz
ayatana-indicator-session-5988e5b24d22184ce32beb9a16644f28fe8d4841.tar.bz2
ayatana-indicator-session-5988e5b24d22184ce32beb9a16644f28fe8d4841.zip
Import upstream version 0.2.10
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)