From bda78f1da8e077aee9f799825e15c5920a667d47 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 26 Mar 2012 10:18:53 -0400 Subject: Limit supported gweather to < 3.5. gweather-3.5 introduces API changes we do not yet support. A patch for gweather-3.5 support exists in bug 672805, but since our policy forbids requiring unstable libraries, gweather-3.4 support must be retained until GNOME 3.6 is released. gweather-3.5/3.6 support will remain optional until 3.7.1. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5ae8633dd7..00d00ab5e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1401,6 +1401,11 @@ if test "x$enable_weather" = "xyes"; then else AC_MSG_ERROR([gweather-3.0 >= gweather_minimum_version is required for the calendar-weather plugin. Use --disable-weather to exclude the plugin.]) fi + + dnl gweather-3.5 introduces API changes we do not yet support. + if `$PKG_CONFIG --atleast-version=3.5 gweather-3.0`; then + AC_MSG_ERROR([gweather-3.5 is not yet supported. Install gweather-3.4 or specify --disable-weather as a configure option to exclude the calendar-weather plugin.]) + fi fi dnl ******************************************************************** -- cgit v1.2.3