Re: [dpdk-dev] [PATCH] test: remove hack for private header inclusion

2021-07-06 Thread David Marchand
On Thu, Jun 24, 2021 at 1:53 PM David Marchand wrote: > > This hack was needed with the make build system. > With meson, any private header from a library is visible as long as a > dependency to this library is expressed. > > Signed-off-by: David Marchand Acked-by: Bruce Richardson Acked-by: Ty

Re: [dpdk-dev] [PATCH] test: remove hack for private header inclusion

2021-06-24 Thread Tyler Retzlaff
On Thu, Jun 24, 2021 at 01:53:19PM +0200, David Marchand wrote: > This hack was needed with the make build system. > With meson, any private header from a library is visible as long as a > dependency to this library is expressed. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff

Re: [dpdk-dev] [PATCH] test: remove hack for private header inclusion

2021-06-24 Thread Bruce Richardson
On Thu, Jun 24, 2021 at 01:53:19PM +0200, David Marchand wrote: > This hack was needed with the make build system. > With meson, any private header from a library is visible as long as a > dependency to this library is expressed. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson