numam-dpdk/drivers/net/szedata2
Thomas Monjalon 07737474ec net/szedata2: fix dependency check
The library libsze2 provides a pkg-config file: libsze2.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: 508cfe6be9 ("net/szedata2: add to meson build")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Jan Remes <remes@netcope.com>
2019-10-08 12:14:31 +02:00
..
Makefile net/szedata2: do not affect Ethernet interfaces 2018-04-14 00:43:30 +02:00
meson.build net/szedata2: fix dependency check 2019-10-08 12:14:31 +02:00
rte_eth_szedata2.c ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
rte_eth_szedata2.h net/szedata2: support Silicom Mango card 2019-07-03 12:57:30 +02:00
rte_pmd_szedata2_version.map szedata2: add new poll mode driver 2015-11-20 17:17:04 +01:00
szedata2_logs.h net/szedata2: implement dynamic logging 2018-04-14 00:40:21 +02:00