[dpdk-dev] [PATCH] app: fix testpmd dependency on jansson
Thomas Monjalon
thomas at monjalon.net
Sun Nov 7 17:19:03 CET 2021
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.marchand at redhat.com>
[...]
> > --- a/app/meson.build
> > +++ b/app/meson.build
> > - dependencies: dep_objs,
> > + dependencies: ext_deps + dep_objs,
>
> Reviewed-by: Gregory Etelson <getelson at nvidia.com>
Applied, thanks.
More information about the dev
mailing list