mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
meson: set minimum Meson version to 0.56.0
Set the minimum required version of Meson based on the highest version feature used, as detected by meson-setup. * 0.56.0: {'meson.project_build_root'} Signed-off-by: Brandon Maier <brandon.maier@collins.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
4c68e4b16b
commit
bf6377a98d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ project('dtc', 'c',
|
||||||
version: '1.7.0',
|
version: '1.7.0',
|
||||||
license: ['GPL2+', 'BSD-2'],
|
license: ['GPL2+', 'BSD-2'],
|
||||||
default_options: 'werror=true',
|
default_options: 'werror=true',
|
||||||
|
meson_version: '>=0.56.0'
|
||||||
)
|
)
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue