build: fix dependency on execinfo for BSD meson builds
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 1 Feb 2018 14:20:08 +0000 (14:20 +0000)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 2 Feb 2018 10:31:36 +0000 (11:31 +0100)
commit9065b1fac65fbab9047c4c53d44995c25a56dd51
tree89adbe12be87813472f15149a50d08a72ba0bf2e
parent2f90543f238d686c12cf988a04ab71612c9abeab
build: fix dependency on execinfo for BSD meson builds

The binaries and apps in DPDK all need to be linked against the
execinfo library on FreeBSD so add this as a dependency in cases
where it is found. It's available by default on BSD, but not
at all on Linux

Fixes: 16ade738fd0d ("app/testpmd: build with meson")
Fixes: 89f0711f9ddf ("examples: build some samples with meson")
Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test")
Fixes: 2ff67267b049 ("app/eventdev: build with meson")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
app/test-eventdev/meson.build
app/test-pmd/meson.build
examples/meson.build
test/test/meson.build