devtools: test static linkage with pkg-config
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jun 2020 14:14:29 +0000 (15:14 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jul 2020 17:30:52 +0000 (19:30 +0200)
commitca39d3a801471860a24d1663083779aae4ddbd75
tree82d4abb7daea533792e852d091c253449af4ec3c
parent607164e25c8ea700a2e2b7334bf931e9ee210ade
devtools: test static linkage with pkg-config

The pkg-config file was tested by building some of the examples using make,
pulling the cflags and ldflags from the pkg-config file for DPDK. However,
this only tested the shared library linkage, and not the static, so this
patch updates it to test both.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Sunil Pai G <sunil.pai.g@intel.com>
devtools/test-meson-builds.sh