net/sfc: fix jumbo frame flag condition for MTU set
[dpdk.git] / examples / l2fwd-crypto / meson.build
index 6c852ad..1813f01 100644 (file)
@@ -7,6 +7,9 @@
 # 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'