mbox

[0/2] use pkg-config to find Netcope dependencies

Message ID 20190914093700.11451-1-thomas@monjalon.net (mailing list archive)
Headers

Message

Thomas Monjalon Sept. 14, 2019, 9:36 a.m. UTC
  The libraries required for Netcope PMDs can be found in
https://www.netcope.com/en/company/community-support/dpdk-libsze2

These libraries are compatible with pkg-config, which is a better solution
than directly looking for libraries and includes.
These patches are using exclusively pkg-config with meson.


Thomas Monjalon (2):
  net/nfb: fix dependency check
  net/szedata2: fix dependency check

 drivers/net/nfb/meson.build      | 9 ++-------
 drivers/net/szedata2/meson.build | 2 +-
 2 files changed, 3 insertions(+), 8 deletions(-)