examples: fix build with meson
The ip_pipeline and qos_meter example apps now use experimental APIs so
this fact needs to be flagged in their meson.build files.
Fixes: c06ddf9698
("meter: add configuration profile")
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
c06ddf9698
commit
befc693a61
@ -7,6 +7,7 @@
|
||||
# DPDK instance, use 'make'
|
||||
|
||||
deps += ['cfgfile', 'pipeline', 'bus_pci']
|
||||
allow_experimental_apis = true
|
||||
includes += include_directories('pipeline')
|
||||
sources = files(
|
||||
'config_check.c',
|
||||
|
@ -7,6 +7,7 @@
|
||||
# DPDK instance, use 'make'
|
||||
|
||||
deps += 'meter'
|
||||
allow_experimental_apis = true
|
||||
sources = files(
|
||||
'main.c', 'rte_policer.c'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user