examples: disable unsupported examples on BSD build
[dpdk.git] / examples / l3fwd-power / meson.build
index cb50c7a..6925124 100644 (file)
@@ -6,6 +6,9 @@
 # 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(