On Mon, Nov 20, 2023 at 05:28:15PM +0100, Robin Jarry wrote:
> When DPDK is used as a subproject, allow declaring wrap files that
> provide dpdk-cmdline-gen.py.
>
> This way, find_program('dpdk-cmdline-gen.py') will return the path to
> the script in the DPDK subproject source tree.
>
> Link:
> https://mesonbuild.com/Wrap-dependency-system-manual.html#provide-section
> Link:
> https://mesonbuild.com/Reference-manual_builtin_meson.html#mesonoverride_find_program
> Cc: Bruce Richardson <[email protected]>
> Signed-off-by: Robin Jarry <[email protected]>
> ---
Acked-by: Bruce Richardson <[email protected]>