a29052bfeb
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:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
nfb_ethdev.c | ||
nfb_rx.c | ||
nfb_rx.h | ||
nfb_rxmode.c | ||
nfb_rxmode.h | ||
nfb_stats.c | ||
nfb_stats.h | ||
nfb_tx.c | ||
nfb_tx.h | ||
nfb.h | ||
rte_pmd_nfb_version.map |