]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-power/meson.build
examples: disable unsupported examples on BSD build
[dpdk.git] / examples / l3fwd-power / meson.build
index cb50c7ab43ee614a23fb1c6c969d14a2b2872b54..69251242b1940be942a2b7ebcd970f4cccbd88ff 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(