Bump up the required version of Meson

Match the one we're testing on our CI infrastructure.
This commit is contained in:
Emmanuele Bassi 2019-11-08 15:04:41 +00:00
parent 1b7c6e5687
commit 3c11c57755

View File

@ -7,7 +7,7 @@ project('gtk', 'c',
# https://github.com/mesonbuild/meson/issues/2289
'c_std=gnu99',
],
meson_version : '>= 0.48.0',
meson_version : '>= 0.50.1',
license: 'LGPLv2.1+')
glib_major_req = 2