aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l3fwd-power/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l3fwd-power/meson.build')
-rw-r--r--examples/l3fwd-power/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/l3fwd-power/meson.build b/examples/l3fwd-power/meson.build
index 20c80543..a3c5c2f1 100644
--- a/examples/l3fwd-power/meson.build
+++ b/examples/l3fwd-power/meson.build
@@ -9,6 +9,7 @@
if host_machine.system() != 'linux'
build = false
endif
+allow_experimental_apis = true
deps += ['power', 'timer', 'lpm', 'hash']
sources = files(
'main.c', 'perf_core.c'