net/tap: disable in FreeBSD build with meson
[dpdk.git] / drivers / net / tap / meson.build
index f7e8852..9cb7142 100644 (file)
@@ -1,6 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 Luca Boccassi <bluca@debian.org>
 
+if host_machine.system() != 'linux'
+        build = false
+endif
 sources = files(
        'rte_eth_tap.c',
        'tap_bpf_api.c',