fix spelling in comments and strings
[dpdk.git] / examples / l3fwd-power / meson.build
index b38a7a0..624ef5e 100644 (file)
@@ -6,11 +6,9 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-if not is_linux
-       build = false
-endif
 allow_experimental_apis = true
-deps += ['power', 'timer', 'lpm', 'hash', 'metrics']
+deps += ['power', 'timer', 'lpm', 'hash', 'metrics', 'telemetry']
 sources = files(
-       'main.c', 'perf_core.c'
+        'main.c',
+        'perf_core.c',
 )