build: bump Meson requirement to 0.63.0

Meson 0.63 supports per-subproject compiler options:

  https://mesonbuild.com/Release-notes-for-0-63-0.html#compiler-options-can-be-set-per-subproject

This is required for building aml and neatvnc as subprojects due to the
different c_std.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
Philipp Zabel 2023-01-24 17:17:58 +01:00 committed by Marius Vlad
parent 4cad7146a4
commit df6ffb8cbc

View file

@ -6,7 +6,7 @@ project('weston',
'c_std=gnu99',
'b_lundef=true',
],
meson_version: '>= 0.54.0',
meson_version: '>= 0.63.0',
license: 'MIT/Expat',
)