app/testpmd: remove unneeded dependency on meter lib
testpmd depends on ethdev, which itself depends on meter. No need for an explicit dependency, since no testpmd code directly calls in the meter library. Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
2d3d840135
commit
6cff0deff1
@ -28,7 +28,7 @@ sources = files(
|
||||
'util.c',
|
||||
)
|
||||
|
||||
deps += ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'meter', 'bus_pci']
|
||||
deps += ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'bus_pci']
|
||||
if dpdk_conf.has('RTE_LIB_BITRATESTATS')
|
||||
deps += 'bitratestats'
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user