diff options
author | rbuj <[email protected]> | 2020-04-03 08:43:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-05-24 22:20:24 +0200 |
commit | 4422e8100aa235739e83e61ee3e57d426793e731 (patch) | |
tree | 40f445e8d076aec85ee6ba9f0ec552b671137309 /configure.ac | |
parent | 1bcfadf10f54e5aa9c782a818375ef350aa6e89b (diff) | |
download | libmateweather-4422e8100aa235739e83e61ee3e57d426793e731.tar.bz2 libmateweather-4422e8100aa235739e83e61ee3e57d426793e731.tar.xz |
weather-iwin: Remove the warning about ‘GTimeVal’ is deprecated
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eddf7a7..cb8a8ef 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_SUBST(LT_VERSION) AC_CANONICAL_HOST -GLIB_REQUIRED=2.50.0 +GLIB_REQUIRED=2.56.0 GTK_REQUIRED=3.22.0 LIBSOUP_REQUIRED=2.54.0 GIO_REQUIRED=2.25.0 |