net/nfb: fix dependency check
authorThomas Monjalon <thomas@monjalon.net>
Sat, 14 Sep 2019 09:36:59 +0000 (11:36 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 8 Oct 2019 10:14:31 +0000 (12:14 +0200)
commita29052bfeb6037dd9175c9f2cf29345be2bc2f65
treede98e836b818dc627f0eef8c2760f174f39d05e0
parente5720de44f85f343c3b66f1f411683a629957c59
net/nfb: fix dependency check

The library libnfb is part of netcope-common which provides
a pkg-config file: netcope-common.pc.
Looking for this .pc file - with dependency() - is preferred
than looking for the library - with cc.find_library().

If the library is not installed in a standard path,
it can be found thanks to PKG_CONFIG_PATH variable.
The previous solution required to use CFLAGS and LDFLAGS
environment variables.

Fixes: 6435f9a0ac22 ("net/nfb: add new netcope driver")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Jan Remes <remes@netcope.com>
drivers/net/nfb/meson.build