]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_crypto/meson.build
examples/vhost_crypto: fix dependency on vhost library
[dpdk.git] / examples / vhost_crypto / meson.build
index daf19fb87017296748bd73c9991e80a4b57f11db..8e9860f03862a482b1deecac1f3dc7f0a3f6b86b 100644 (file)
@@ -6,6 +6,7 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+build = dpdk_conf.has('RTE_LIBRTE_VHOST')
 allow_experimental_apis = true
 deps += ['vhost', 'cryptodev']
 cflags += ['-D_FILE_OFFSET_BITS=64']