X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_crypto%2Fmeson.build;h=8e9860f03862a482b1deecac1f3dc7f0a3f6b86b;hb=27a559cfe1c72852fc6ea9f33a151896baeae743;hp=daf19fb87017296748bd73c9991e80a4b57f11db;hpb=0c56257a61ec272926c2560b60d078ba266f8564;p=dpdk.git diff --git a/examples/vhost_crypto/meson.build b/examples/vhost_crypto/meson.build index daf19fb870..8e9860f038 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']