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

2022-10-13 Thread Markus Theil
On 10/12/22 17:21, Bruce Richardson wrote: On Wed, Oct 12, 2022 at 04:47:04PM +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.

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

2022-10-12 Thread Bruce Richardson
On Wed, Oct 12, 2022 at 04:47:04PM +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