diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-10 18:04:18 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-10 18:04:18 +0100 |
commit | 5663f0199537a1a221ebe3bf35b5026144498b72 (patch) | |
tree | 54119c1f7fa2efd82db91aa6a5ba13e51a77ef40 /configure.ac | |
parent | 357374acb2a641a9c5d70cb6149293a0a07770f3 (diff) | |
parent | ddd4474c7cf18706f5ea43e0319488f4d0358226 (diff) | |
download | ayatana-indicator-session-5663f0199537a1a221ebe3bf35b5026144498b72.tar.gz ayatana-indicator-session-5663f0199537a1a221ebe3bf35b5026144498b72.tar.bz2 ayatana-indicator-session-5663f0199537a1a221ebe3bf35b5026144498b72.zip |
merge the gudev work
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) |