build: fix meson build on FreeBSD
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 20 Jul 2018 13:53:36 +0000 (14:53 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Jul 2018 07:58:19 +0000 (09:58 +0200)
commitc49825f8956bffcd23502a4dd98b3a32d66bb975
treea87df7a8bb6394e2beeb0c320116e3306a699cd4
parent9d35895e51539cef28e604a1ba8d4d521895cdd7
build: fix meson build on FreeBSD

A number of drivers have dependencies on libraries which
are only built on Linux, and so they need to be disabled
on FreeBSD. Rather than basing the disabling on OS, in
each case we base the building of the library on the
presence of the required dependency.

Fixes: 50385c106021 ("net/ifc: add to meson build")
Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device")
Fixes: 5936aa3a39b9 ("net/vhost: add to meson build")
Fixes: 3298fa4853b8 ("raw/dpaa2_cmdif: introduce DPAA2 command interface driver")
Fixes: b1ee472fed58 ("raw/dpaa2_qdma: introduce the DPAA2 QDMA driver")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/ifc/meson.build
drivers/net/netvsc/meson.build
drivers/net/vhost/meson.build
drivers/raw/dpaa2_cmdif/meson.build
drivers/raw/dpaa2_qdma/meson.build