summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBruce Richardson <[email protected]>2024-09-20 13:57:33 +0100
committerDavid Marchand <[email protected]>2024-10-17 10:01:16 +0200
commit6f3dbd306de03410cffb40a0f0b47a2cdcfcf362 (patch)
tree0669157cfd260634cfdd9e2a24743f02b62d5bae /meson.build
parentd9acab175085754eec705463bafa7b39b1a88e22 (diff)
build: increase minimum meson version to 0.57
In order to work around some deprecated functions in meson, we need to increase meson version. Increasing to 0.57 to also gain support for other useful features for us in DPDK. Changes of interest to DPDK include: * Use get_external_property instead of get_cross_property * Ability to use a VERSION file rather than hacking it with scripting * Ability to set built-in options in cross-build files * Ability to set pkg_config_libdir in cross-build files Signed-off-by: Bruce Richardson <[email protected]> Reviewed-by: Robin Jarry <[email protected]> Tested-by: Ferruh Yigit <[email protected]> Acked-by: Chengwen Feng <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8b248d4505..69888834b4 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@ project('DPDK', 'c',
'default_library=static',
'warning_level=2',
],
- meson_version: '>= 0.53.2'
+ meson_version: '>= 0.57'
)
# check for developer mode