aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vhost_crypto/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vhost_crypto/meson.build')
-rw-r--r--examples/vhost_crypto/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/vhost_crypto/meson.build b/examples/vhost_crypto/meson.build
index daf19fb8..8e9860f0 100644
--- a/examples/vhost_crypto/meson.build
+++ b/examples/vhost_crypto/meson.build
@@ -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']