crypto/kasumi: fix dependency check
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 1 May 2019 15:53:28 +0000 (16:53 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 2 May 2019 08:33:58 +0000 (10:33 +0200)
commit408bb7b07becf6002e92982888e020734c1f0241
tree3777a505e8e7f91c71ab1984b7bad69407f182f2
parent1999aeb3689e01c7644fd9c149b892d335a92069
crypto/kasumi: fix dependency check

The check for the kasumi 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: 2ec2d46c6255 ("crypto/kasumi: enable meson build")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/crypto/kasumi/meson.build