diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2023-01-24 17:17:58 +0100 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-01-31 09:43:41 +0200 |
commit | df6ffb8cbcae8d3fb819c516fbeff046b2560d05 (patch) | |
tree | ccc51722668ba28ba82f444cd1329abb88ecb1c5 /meson.build | |
parent | 4cad7146a4e2a2c659e6beffa136f8d158ed2d39 (diff) |
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>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7f8fed3d..c5dd7970 100644 --- a/meson.build +++ b/meson.build @@ -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', ) |