node: fix missing header include
[dpdk.git] / examples / l2fwd-crypto / meson.build
index 9002d62..1813f01 100644 (file)
@@ -7,7 +7,7 @@
 # DPDK instance, use 'make'
 
 deps += 'cryptodev'
-if dpdk_conf.has('RTE_LIBRTE_PMD_CRYPTO_SCHEDULER')
+if dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
        deps += 'crypto_scheduler'
 endif
 allow_experimental_apis = true