net/mlx5: fix meter flow direction check
[dpdk.git] / examples / l2fwd-crypto / meson.build
index 6c852ad..bb44c88 100644 (file)
@@ -7,7 +7,10 @@
 # DPDK instance, use 'make'
 
 deps += 'cryptodev'
+if dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
+    deps += 'crypto_scheduler'
+endif
 allow_experimental_apis = true
 sources = files(
-       'main.c'
+        'main.c',
 )