build: Bump up the required version of Meson

We cannot bump to the latest stable version of Meson, even if it would
make our life easier. We can, though, use the version of Meson shipped
by the next, soon to be released Debian stable.
This commit is contained in:
Emmanuele Bassi 2019-06-17 16:55:24 +01:00
parent f0d713e50d
commit 85dc45e548

View File

@ -1,6 +1,7 @@
project('glib', 'c', 'cpp', project('glib', 'c', 'cpp',
version : '2.61.2', version : '2.61.2',
meson_version : '>= 0.48.0', # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [ default_options : [
'buildtype=debugoptimized', 'buildtype=debugoptimized',
'warning_level=1', 'warning_level=1',