mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
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:
parent
4cad7146a4
commit
df6ffb8cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue