Bump the glib dependency

Some of the new apis we want to use to avoid
deprecations were only introduced in 2.65.
This commit is contained in:
Matthias Clasen
2020-07-31 13:07:31 -04:00
parent fc31f3d629
commit e0d1aac8a5

View File

@@ -11,8 +11,8 @@ project('gtk', 'c',
license: 'LGPLv2.1+')
glib_major_req = 2
glib_minor_req = 63
glib_micro_req = 1
glib_minor_req = 65
glib_micro_req = 0
if glib_minor_req.is_odd()
glib_min_required = 'GLIB_VERSION_@0@_@1@'.format(glib_major_req, glib_minor_req - 1)