Strictly speaking, the jansson dependency is already described, so the fix is more about fixing the linking in general. That's why I chose this title: "app: fix external dependency linking"
> > ext_deps is not used in app/meson.build. > > testpmd currently can be linked because metrics > > library is pulling > > the dependency on libjansson. > > > > Fixes: 59f3a8acbcdb ("app/testpmd: add flex > > item commands") > > > > Signed-off-by: David Marchand <david.march...@redhat.com> [...] > > --- a/app/meson.build > > +++ b/app/meson.build > > - dependencies: dep_objs, > > + dependencies: ext_deps + dep_objs, > > Reviewed-by: Gregory Etelson <getel...@nvidia.com> Applied, thanks.