aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vhost_crypto/meson.build
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-07-04 10:40:06 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-07-04 11:08:12 +0200
commitce2f72a24eaa89ff08fd64742c9425f17f42345c (patch)
treef43498577f515e5d25d21345459c00414eb1d985 /examples/vhost_crypto/meson.build
parent5edab9b0e790c4e369c46998a9e56206a044297b (diff)
New upstream version 18.11.2
Change-Id: Ifc37f95b203b872a3f4b5b5b4755a3bb561aa515 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
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']