]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/meson.build
net/i40e: fix Tx queue info get
[dpdk.git] / examples / l3fwd-power / meson.build
index 61e8daa96fd59146f2dc7eb438a80b1136583c81..f633a0f175c96cda8d48f049af886f8c9fa5a75e 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'