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