summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41dcde96..9804085d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,7 @@ AC_SUBST(XML2_LIBS)
dnl -- check for libmateweather (required for mateweather applet) ------------------
build_libmateweather_applets=false
-PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.16.0,
+PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.17.0,
build_libmateweather_applets=true,
AC_MSG_WARN([libmateweather not found. Not building the weather applet.]))
AC_SUBST(LIBMATEWEATHER_CFLAGS)