X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_kni%2Fmeson.build;h=41fa2e39bbecff5db8c69b12c4adf06aa87e07b9;hb=cc7b73ea9e3bdbe2b3ef7bf92a7596231eae4afb;hp=055ae12270fde9771c69cae05b31bc6ebca23dd8;hpb=d23e141ffa52e3ae13a5fd1c1cfb88f40cbd06f3;p=dpdk.git diff --git a/lib/librte_kni/meson.build b/lib/librte_kni/meson.build index 055ae12270..41fa2e39bb 100644 --- a/lib/librte_kni/meson.build +++ b/lib/librte_kni/meson.build @@ -1,8 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -if host_machine.system() != 'linux' or not dpdk_conf.get('RTE_ARCH_64') +if not is_linux or not dpdk_conf.get('RTE_ARCH_64') build = false + reason = 'only supported on 64-bit linux' endif version = 2 sources = files('rte_kni.c')