build: use static deps for pkg-config libs.private
authorLuca Boccassi <bluca@debian.org>
Fri, 11 Jan 2019 16:12:44 +0000 (16:12 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 Jan 2019 11:24:57 +0000 (12:24 +0100)
commitd3588176716e6f8733a2534d7d3ab0dec8e550ec
tree78ad836bbdce7b16d29413a1ca2fae400c3a2b83
parenta89fbda48922e85ffaf551b4a339d6d699797a93
build: use static deps for pkg-config libs.private

Dependencies of the RTE libraries were not being added to the
Requires.private field of the pc file since the variable used for
dynamic linking was passed to the related field of pkg.generate.
Use the static one so that dependencies are included.

Fixes: 57ae0ec62620 ("build: add dependency on telemetry to apps with meson")
Cc: stable@dpdk.org
Signed-off-by: Luca Boccassi <bluca@debian.org>
meson.build