summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-25 12:27:33 +0100
committerraveit65 <[email protected]>2018-01-25 12:27:33 +0100
commitc867f86ad4d05f15ebd881a2cd720bdc4fde152d (patch)
treeca2d56b796dba0432f471ac3e9f0f7244ec0478b
parent3a0c5ea4563ce588d30b94f8ea298c8471e3cbeb (diff)
downloadmate-applets-c867f86ad4d05f15ebd881a2cd720bdc4fde152d.tar.bz2
mate-applets-c867f86ad4d05f15ebd881a2cd720bdc4fde152d.tar.xz
Revert "bump libmateweather requirement to 1.19.1"
This reverts commit 8111ccc52917dd0de924920b333a37240674dd9b. t needed any more as previous commits revert the reason for it.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dcae3675..3edd0e4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ AC_SUBST(XML2_LIBS)
dnl -- check for libmateweather (required for mateweather applet) ------------------
build_libmateweather_applets=false
-PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.19.1,
+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)