raw/ifpga: remove virtual devices on close
[dpdk.git] / examples / vhost_crypto / meson.build
index b2c125e..1c294c2 100644 (file)
@@ -6,9 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-build = dpdk_conf.has('RTE_LIB_VHOST')
 allow_experimental_apis = true
 deps += ['vhost', 'cryptodev']
 sources = files(
-       'main.c'
+        'main.c',
 )