]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_crypto/meson.build
examples/l3fwd-power: implement proper shutdown
[dpdk.git] / examples / vhost_crypto / meson.build
index daf19fb87017296748bd73c9991e80a4b57f11db..2485f3bd105a4490af10ee04d7f652bc66e71e56 100644 (file)
@@ -6,9 +6,9 @@
 # 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']
 sources = files(
        'main.c'
 )