diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 08:48:08 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 08:48:08 -0500 |
commit | dde72e8684205680a05e98b42a5c0229a0a95b20 (patch) | |
tree | c00e9a1f1c149a6d1b23c53c53b6d6c23ee3123c | |
parent | 4fed4ff3571e8ddcbdad352b99d53bd092d2475b (diff) | |
download | ayatana-indicator-messages-dde72e8684205680a05e98b42a5c0229a0a95b20.tar.gz ayatana-indicator-messages-dde72e8684205680a05e98b42a5c0229a0a95b20.tar.bz2 ayatana-indicator-messages-dde72e8684205680a05e98b42a5c0229a0a95b20.zip |
Bumping to libindicator 0.4 API
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 781d650..64af271 100644 --- a/configure.ac +++ b/configure.ac @@ -52,14 +52,14 @@ AC_ARG_WITH([indicator-gtk], AS_IF([test "x$with_indicator_gtk" = x3], [PKG_CHECK_MODULES(APPLET, gtk+-3.0 >= $GTK3_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION - indicator3 >= $INDICATOR_REQUIRED_VERSION + indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION indicate-0.5 >= $INDICATE_REQUIRED_VERSION dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION) ], [test "x$with_indicator_gtk" = x2], [PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION - indicator >= $INDICATOR_REQUIRED_VERSION + indicator-0.4 >= $INDICATOR_REQUIRED_VERSION indicate-0.5 >= $INDICATE_REQUIRED_VERSION dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION) ], |