diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-06-26 07:32:55 +0800 |
---|---|---|
committer | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-07-12 01:32:48 +0800 |
commit | 03009ee631b98e9a9f9360e0853d05572fc8b36a (patch) | |
tree | 8d72ae35a3f6d54041dff0426096b6f9fae09e3e /configure.ac | |
parent | f63f758398bd2867301e9dd8491c05c9329835d3 (diff) | |
download | gsoc2013-evolution-03009ee631b98e9a9f9360e0853d05572fc8b36a.tar gsoc2013-evolution-03009ee631b98e9a9f9360e0853d05572fc8b36a.tar.gz gsoc2013-evolution-03009ee631b98e9a9f9360e0853d05572fc8b36a.tar.bz2 gsoc2013-evolution-03009ee631b98e9a9f9360e0853d05572fc8b36a.tar.lz gsoc2013-evolution-03009ee631b98e9a9f9360e0853d05572fc8b36a.tar.xz gsoc2013-evolution-03009ee631b98e9a9f9360e0853d05572fc8b36a.tar.zst gsoc2013-evolution-03009ee631b98e9a9f9360e0853d05572fc8b36a.zip |
Update to libgweather 3.5
libgweather 3.5.0 changed API compared to API, and some small
changes are needed in the configuration widgets.
https://bugzilla.gnome.org/show_bug.cgi?id=678984
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index c1982f633a..dfa3806954 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ m4_define([clutter_gtk_minimum_version], [0.90]) m4_define([geoclue_minimum_version], [0.12.0]) m4_define([gladeui_minimum_version], [3.10.0]) m4_define([goa_minimum_version], [3.2]) -m4_define([gweather_minimum_version], [2.90.0]) +m4_define([gweather_minimum_version], [3.5.0]) m4_define([libcanberra_gtk_minimum_version], [0.25]) m4_define([libnotify_minimum_version], [0.7]) m4_define([nm_minimum_version], [0.7]) @@ -1280,11 +1280,6 @@ if test "x$enable_weather" != "xno"; then if test "x$have_weather" = "xno"; then AC_MSG_ERROR([gweather-3.0 >= gweather_minimum_version is required for configuring weather calendars. Use --disable-weather to disable this feature.]) 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 AM_CONDITIONAL(ENABLE_WEATHER, [test "x$enable_weather" != "xno"]) |