net/i40e: fix Tx queue info get
[dpdk.git] / examples / l3fwd-power / meson.build
index cb50c7a..f633a0f 100644 (file)
@@ -6,8 +6,10 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+if host_machine.system() != 'linux'
+       build = false
+endif
 deps += ['power', 'timer', 'lpm', 'hash']
-allow_experimental_apis = true
 sources = files(
        'main.c'
 )