build: remove redundant libs from pkgconfig
authorThomas Monjalon <thomas@monjalon.net>
Mon, 12 Aug 2019 23:03:53 +0000 (01:03 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Sep 2019 16:32:40 +0000 (18:32 +0200)
commit167d9c67975fb2207e03644ce7b5e23d56b73e70
tree074c85b9cd7d663e7735105591f66728a92fa242
parentd5123b4c4c12c46fe4f3b765442bec0a1f387b09
build: remove redundant libs from pkgconfig

As explained in drivers/meson.build,
"
  For the find_library() case (but not with dependency()) we also
  need to specify the "-l" flags in pkgconfig_extra_libs variable
  too, so that it can be reflected in the pkgconfig output for
  static builds.
"

The commit e30b4e566f47 ("build: improve dependency handling")
must be followed up with this one in order to remove more
occurences of pkgconfig_extra_libs redundant with use of dependency().

Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD")
Fixes: 3c32e89f68e1 ("compress/isal: add skeleton ISA-L compression PMD")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Luca Boccassi <bluca@debian.org>
drivers/compress/isal/meson.build
drivers/net/af_xdp/meson.build