Re: [dpdk-dev] [PATCH 2/7] build: remove unnecessary variable

2020-04-29 Thread Bruce Richardson
O Wed, Apr 29, 2020 at 12:19:38PM +0200, Thomas Monjalon wrote: > 29/04/2020 12:08, Bruce Richardson: > > Since all libraries are explicitly linked as part of a build, we no longer > > need to track ones that should be always included for linking against apps. > > I don't understand why telemetry

Re: [dpdk-dev] [PATCH 2/7] build: remove unnecessary variable

2020-04-29 Thread Thomas Monjalon
29/04/2020 12:08, Bruce Richardson: > Since all libraries are explicitly linked as part of a build, we no longer > need to track ones that should be always included for linking against apps. I don't understand why telemetry was managed differently.

[dpdk-dev] [PATCH 2/7] build: remove unnecessary variable

2020-04-29 Thread Bruce Richardson
Since all libraries are explicitly linked as part of a build, we no longer need to track ones that should be always included for linking against apps. Signed-off-by: Bruce Richardson --- app/meson.build | 2 +- lib/librte_telemetry/meson.build | 1 - meson.build