New upstream version 18.05
[deb_dpdk.git] / examples / l3fwd-power / meson.build
index 61e8daa..f633a0f 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']
 sources = files(
        'main.c'