]> git.droids-corp.org - dpdk.git/blobdiff - drivers/vdpa/ifc/meson.build
net/bnxt: fix Rx buffer posting
[dpdk.git] / drivers / vdpa / ifc / meson.build
index adc9ed9ff09de4eb03e2d1096444a11ffd0ab967..9d256af4b91af57be59fd556075b343cbec4e8be 100644 (file)
@@ -1,9 +1,8 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
-build = dpdk_conf.has('RTE_LIBRTE_VHOST')
+build = dpdk_conf.has('RTE_LIB_VHOST')
 reason = 'missing dependency, DPDK vhost library'
-allow_experimental_apis = true
 sources = files('ifcvf_vdpa.c', 'base/ifcvf.c')
 includes += include_directories('base')
 deps += 'vhost'