]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_crypto/meson.build
examples: stop processing meson file if build impossible
[dpdk.git] / examples / vhost_crypto / meson.build
index b2c125e2fa1e2131c3308669a89807d03c689fb0..403f210983183f989ce6c473ab202e5ca1dd2eac 100644 (file)
@@ -7,6 +7,10 @@
 # DPDK instance, use 'make'
 
 build = dpdk_conf.has('RTE_LIB_VHOST')
+if not build
+       subdir_done()
+endif
+
 allow_experimental_apis = true
 deps += ['vhost', 'cryptodev']
 sources = files(