Hi Reshma, >> -----Original Message----- >> From: Power, Ciara <ciara.po...@intel.com> >> +DEPDIRS-librte_metrics += librte_telemetry endif >> > > >> index 0f9f2e0e6f..d116857e2d 100644 >> --- a/lib/librte_metrics/meson.build >> + deps += ['ethdev', 'telemetry'] > >The telemetry dependency should be added under >CONFIG_RTE_LIBRTE_TELEMETRY= y condition as in makefile.
This is covered by the Jansson condition block surrounding this line, which is equivalent to the makefile variable check. Thanks, Ciara