aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qos_meter/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qos_meter/meson.build')
-rw-r--r--examples/qos_meter/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qos_meter/meson.build b/examples/qos_meter/meson.build
index ef7779f2..10cd4bc7 100644
--- a/examples/qos_meter/meson.build
+++ b/examples/qos_meter/meson.build
@@ -7,6 +7,7 @@
# DPDK instance, use 'make'
deps += 'meter'
+allow_experimental_apis = true
sources = files(
'main.c', 'rte_policer.c'
)