app: fix missing dependencies
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 15 Oct 2020 15:05:47 +0000 (16:05 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 19 Oct 2020 20:04:32 +0000 (22:04 +0200)
commitfac83b3ef8accd5f0f4da5b9a60d047e448281f8
tree49e711f65f10c153f5a2b0d6098cb835bf68e1f7
parentc0a775a141e3ee9f02aa0a75d975750d06890837
app: fix missing dependencies

A number of lib and driver dependencies for various apps were missed on
build because the proper macro names for their use were mismatched between
meson and make build systems. Before adding in equivalent compatibility
macros we need to ensure to add the proper dependencies to ensure a valid
build.

Fixes: 16ade738fd0d ("app/testpmd: build with meson")
Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test")
Fixes: 996ef1176111 ("app: add all remaining apps to meson build")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
app/test-crypto-perf/meson.build
app/test-pmd/meson.build
app/test/meson.build