[Commits] [SCM] claws branch, master, updated. 3.19.0-7-g002826cb4
mones at claws-mail.org
mones at claws-mail.org
Tue Apr 12 12:16:03 UTC 2022
The branch, master has been updated
via 002826cb47c3b5ad8ec1692eb346bde70ac69837 (commit)
from febbbbff58face980511f36b0e538da7f5c1393a (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 002826cb47c3b5ad8ec1692eb346bde70ac69837
Author: Ricardo Mones <ricardo at mones.org>
Date: Tue Apr 12 14:10:43 2022 +0200
Raise glib version requirement to 2.50
Completes commit fac24c59d7ed028f1ecb9ccae3aa759c756f7115
diff --git a/configure.ac b/configure.ac
index ea6a101a5..20155d927 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,7 +470,7 @@ dnl ** common code **
dnl *****************
dnl check for glib
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.36 gmodule-2.0 >= 2.36 gobject-2.0 >= 2.36 gthread-2.0 >= 2.36])
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.50 gmodule-2.0 >= 2.50 gobject-2.0 >= 2.50 gthread-2.0 >= 2.50])
GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
AC_SUBST(GLIB_GENMARSHAL)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list