]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/meson.build
bus/pci: consider only usable devices for IOVA mode
[dpdk.git] / lib / librte_vhost / meson.build
index e33e6fc162ddc43e5d421986940c51e56afc8d0e..cb1123ae35ee5cdde3fd7b22f2d7c2ceeb068493 100644 (file)
@@ -1,8 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017-2018 Intel Corporation
 
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017-2018 Intel Corporation
 
-if host_machine.system() != 'linux'
+if not is_linux
        build = false
        build = false
+       reason = 'only supported on linux'
 endif
 if has_libnuma == 1
        dpdk_conf.set10('RTE_LIBRTE_VHOST_NUMA', true)
 endif
 if has_libnuma == 1
        dpdk_conf.set10('RTE_LIBRTE_VHOST_NUMA', true)