forked from AuroraMiddleware/gtk
Bump up the required version of Meson
Match the one we're testing on our CI infrastructure.
This commit is contained in:
parent
1b7c6e5687
commit
3c11c57755
@ -7,7 +7,7 @@ project('gtk', 'c',
|
|||||||
# https://github.com/mesonbuild/meson/issues/2289
|
# https://github.com/mesonbuild/meson/issues/2289
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
],
|
],
|
||||||
meson_version : '>= 0.48.0',
|
meson_version : '>= 0.50.1',
|
||||||
license: 'LGPLv2.1+')
|
license: 'LGPLv2.1+')
|
||||||
|
|
||||||
glib_major_req = 2
|
glib_major_req = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user