aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-23 08:53:58 -0600
committerTed Gould <ted@gould.cx>2012-02-23 08:53:58 -0600
commitd37d11adeb30b3ef5c9668a67fd906e79a69286b (patch)
treefd3087a343a1ef4e929e01336ae6394b295a2545 /configure.ac
parentfb82208c7c5a593eb89f1a53174978b562fcdae7 (diff)
parent1d8f0ba5ee4fcd54f51ad8727429add3639d2444 (diff)
downloadayatana-indicator-session-d37d11adeb30b3ef5c9668a67fd906e79a69286b.tar.gz
ayatana-indicator-session-d37d11adeb30b3ef5c9668a67fd906e79a69286b.tar.bz2
ayatana-indicator-session-d37d11adeb30b3ef5c9668a67fd906e79a69286b.zip
Updating to U. Desktop
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)
]
)