Re: [PATCH v3 2/2] build: export dpdk_includes for subproject usage.

2022-10-14 Thread Markus Theil
On 10/13/22 18:38, Bruce Richardson wrote: Rather than changing all these meson.build files, I think we should be able to check in drivers/meson.build if the "headers" array is empty. If not, then add the include path, otherwise skip it. Thanks for the feedback. Changed in v4. /Bruce

Re: [PATCH v3 2/2] build: export dpdk_includes for subproject usage.

2022-10-13 Thread Bruce Richardson
On Thu, Oct 13, 2022 at 05:35:39PM +0200, Markus Theil wrote: > From: Thorben Roemer > > In order to perform things like LTO more easily in > our DPDK applications, we use DPDK as a meson subproject. > Also export includes in order to be usable in this context. > > Signed-off-by: Thorben Roemer

[PATCH v3 2/2] build: export dpdk_includes for subproject usage.

2022-10-13 Thread Markus Theil
From: Thorben Roemer In order to perform things like LTO more easily in our DPDK applications, we use DPDK as a meson subproject. Also export includes in order to be usable in this context. Signed-off-by: Thorben Roemer --- drivers/baseband/fpga_5gnr_fec/meson.build | 2 ++ drivers/dma/dpaa2/m