build: require glib 2.58

This allows for some cleanups
This commit is contained in:
Dirk-Jan C. Binnema
2021-11-02 22:16:17 +02:00
parent c087824126
commit 1242825a46
2 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ AS_IF([test -z "$PKG_CONFIG"],
)
# glib2?
PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.50 gobject-2.0 gio-2.0)
PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.58 gobject-2.0 gio-2.0)
glib_version="$($PKG_CONFIG --modversion glib-2.0)"
# gmime, version 3.0 or higher