Re: [dpdk-dev] [PATCH] app: fix testpmd dependency on jansson

2021-11-07 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] app: fix testpmd dependency on jansson

2021-11-05 Thread David Marchand
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 --- app/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 delet