test/kni: fix dependency for BSD meson build
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 1 Feb 2018 14:20:11 +0000 (14:20 +0000)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 2 Feb 2018 10:52:37 +0000 (11:52 +0100)
commit9d6cc2d30ab4e2dd9131488f8beca3ead384bb57
tree62fea090d08e912aaed546541eb36481d497af8b
parent7ae096c46ceef5aba8254ce043321ed5073cb4ee
test/kni: fix dependency for BSD meson build

The KNI library is not built on FreeBSD, so it needs to be an
optional rather than a mandatory dependency for building the autotest
binary.

Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test")

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