diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-11 22:36:50 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-11 22:36:50 +0200 |
commit | 9ba84ff5f31a44d870462c99d8dc013d8ef0cfa3 (patch) | |
tree | 62d3231f851234a4130e99df617f806e58b89303 | |
parent | cc9a74aa40d19484f4712d517896d3de195442a2 (diff) | |
download | mate-applets-9ba84ff5f31a44d870462c99d8dc013d8ef0cfa3.tar.bz2 mate-applets-9ba84ff5f31a44d870462c99d8dc013d8ef0cfa3.tar.xz |
Bump minimum libmateweather version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b4342131..a0163fae 100644 --- a/configure.ac +++ b/configure.ac @@ -277,7 +277,7 @@ AC_SUBST(XML2_LIBS) dnl -- check for libmateweather (required for mateweather applet) ------------------ build_libmateweather_applets=false -PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.5.0, +PKG_CHECK_MODULES(LIBMATEWEATHER, mateweather >= 1.6.1, build_libmateweather_applets=true, AC_MSG_WARN([libmateweather not found. Not building the weather applet.])) AC_SUBST(LIBMATEWEATHER_CFLAGS) |