From d8eb09fba3b32f3e3cbc5f0cc3d97a7cf174e2eb Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 10 May 2022 15:45:27 +0200 Subject: [PATCH] meson: Bump required glib version to 2.58 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f0bcdc3..09a848f 100644 --- a/meson.build +++ b/meson.build @@ -30,7 +30,7 @@ cdata.set_quoted('PACKAGE_VERSION', meson.project_version()) cdata.set_quoted('VERSION', meson.project_version()) cdata.set_quoted('PACKAGE_SYSCONF_DIR', get_option('sysconfdir')) -glib_min_version = '2.56' +glib_min_version = '2.58' glib_version_def = 'GLIB_VERSION_@0@_@1@'.format( glib_min_version.split('.')[0], glib_min_version.split('.')[1])