mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
Bump the meson requirement
GLib requires meson 0.60 nowadays, and it does not make much sense for us to support an older meson.
This commit is contained in:
parent
cefb0a3eb8
commit
0f4f90d722
@ -7,7 +7,7 @@ project('gtk', 'c',
|
||||
# https://github.com/mesonbuild/meson/issues/2289
|
||||
'c_std=gnu99',
|
||||
],
|
||||
meson_version : '>= 0.59',
|
||||
meson_version : '>= 0.60.0',
|
||||
license: 'LGPL-2.1-or-later')
|
||||
|
||||
glib_req = '>= 2.66.0'
|
||||
|
Loading…
Reference in New Issue
Block a user