aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2012-02-06 19:31:44 +0000
committerConor Curran <conor.curran@canonical.com>2012-02-06 19:31:44 +0000
commit64d649ed43bc2f1635862c8cd9d8fceec898b4eb (patch)
tree7eec984ec69a2a69b5f4df4b52da98f7e5b27cdc /configure.ac
parent42fc8277d9a517436ddb4367cd922e8b73a4b632 (diff)
downloadayatana-indicator-session-64d649ed43bc2f1635862c8cd9d8fceec898b4eb.tar.gz
ayatana-indicator-session-64d649ed43bc2f1635862c8cd9d8fceec898b4eb.tar.bz2
ayatana-indicator-session-64d649ed43bc2f1635862c8cd9d8fceec898b4eb.zip
pkclient in place
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3e5fa97..52a54b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,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
@@ -70,7 +71,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)
]
)