crypto/zuc: fix dependency check
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 1 May 2019 15:53:29 +0000 (16:53 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 2 May 2019 08:34:05 +0000 (10:34 +0200)
commitd0246e0fdc8fd8eeb43f1b0f28330516bdff31eb
tree85e2f2e4ce653e8fb8205834a1fe24d6d74c42ea
parent408bb7b07becf6002e92982888e020734c1f0241
crypto/zuc: fix dependency check

The check for the zuc library dependency did not check for the include
file needed for compilation. It's also recommended when looking for a
library to use the name without the lib prefix.

Fixes: df1740a8db5f ("crypto/zuc: enable meson build")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/crypto/zuc/meson.build