From 8111ccc52917dd0de924920b333a37240674dd9b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 23 Jul 2017 16:38:50 +0200 Subject: bump libmateweather requirement to 1.19.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2b37e23e..6a50567e 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.17.0, +PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.19.1, build_libmateweather_applets=true, AC_MSG_WARN([libmateweather not found. Not building the weather applet.])) AC_SUBST(LIBMATEWEATHER_CFLAGS) -- cgit v1.2.1