Re: [dpdk-dev] [PATCH] app/test-pipeline: fix missing dependency for FreeBSD build

2019-03-26 Thread Thomas Monjalon
25/03/2019 16:38, Bruce Richardson: > When building on FreeBSD, the compiler emitted an error due to being > unable to find rte_pci.h. This was due to missing dependencies for the > application. > > Fixes: 474572d2ae5a ("app/pipeline: move from test directory") > > Signed-off-by: Bruce Richardson

[dpdk-dev] [PATCH] app/test-pipeline: fix missing dependency for FreeBSD build

2019-03-25 Thread Bruce Richardson
When building on FreeBSD, the compiler emitted an error due to being unable to find rte_pci.h. This was due to missing dependencies for the application. Fixes: 474572d2ae5a ("app/pipeline: move from test directory") Signed-off-by: Bruce Richardson --- app/test-pipeline/meson.build | 2 +- 1 fil