11/01/2019 17:12, Luca Boccassi: > 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: sta...@dpdk.org > > Signed-off-by: Luca Boccassi <bl...@debian.org> > --- > split from the other series, it's a stand-alone non-invasive change
Applied, thanks