mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
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:
parent
f0d713e50d
commit
85dc45e548
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user