aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-02-10 14:50:35 -0500
committerKen VanDine <ken.vandine@canonical.com>2012-02-10 14:50:35 -0500
commit10923a8e6c73b0dbee321c33d4b40f1e90c8dd59 (patch)
tree18d446c7238e5021c80839d1f0de069a628b6385 /configure.ac
parent455f5df69319c0feb5e64317bef16925623e8ac5 (diff)
downloadayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.tar.gz
ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.tar.bz2
ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.zip
Import upstream version 0.3.91
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1a53757..8d02d69 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.3.90)
+AM_INIT_AUTOMAKE(indicator-session, 0.3.91)
AM_MAINTAINER_MODE
@@ -63,7 +63,8 @@ AS_IF([test "x$with_gtk" = x3],
dbus-glib-1
gudev-1.0
gio-unix-2.0
- indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION)
+ indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
+ packagekit-glib2)
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
@@ -71,7 +72,8 @@ AS_IF([test "x$with_gtk" = x3],
gudev-1.0
dbus-glib-1
gio-unix-2.0
- indicator-0.4 >= $INDICATOR_REQUIRED_VERSION)
+ indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
+ packagekit-glib2)
]
)