aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-07-25 18:42:24 +0100
committerConor Curran <conor.curran@canonical.com>2011-07-25 18:42:24 +0100
commit6dce39846999951353c2e866019a79d568c99dfa (patch)
tree80e5c881b57f25be08b6e4991421281ac662447c /configure.ac
parenta1a7357b58d182e077ebfe8fb11c083e5eb18839 (diff)
downloadayatana-indicator-session-6dce39846999951353c2e866019a79d568c99dfa.tar.gz
ayatana-indicator-session-6dce39846999951353c2e866019a79d568c99dfa.tar.bz2
ayatana-indicator-session-6dce39846999951353c2e866019a79d568c99dfa.zip
the beginnings of the udev work
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 369f12b..e32ac4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,12 +58,14 @@ AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
dbus-glib-1
+ gudev-1.0
gio-unix-2.0
indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION)
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
+ gudev-1.0
dbus-glib-1
gio-unix-2.0
indicator-0.4 >= $INDICATOR_REQUIRED_VERSION)