aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 1a53757..7fa6b48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
]
)