app/pipeline: fix dependency for FreeBSD
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 25 Mar 2019 15:38:09 +0000 (15:38 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 27 Mar 2019 00:02:45 +0000 (01:02 +0100)
commitb9a842674b7169b1fb69fdee0986ed0e9c443d6d
treec7c099694443d9da3962b392eb0073ac7a77f775
parentda68794de009eddceae8226a9c67b8931a0f7cdf
app/pipeline: fix dependency for FreeBSD

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 <bruce.richardson@intel.com>
app/test-pipeline/meson.build