net/ice: clean input set macro definition
[dpdk.git] / app / test-crypto-perf / meson.build
index ef28cb5..558c648 100644 (file)
@@ -11,4 +11,7 @@ sources = files('cperf_ops.c',
                'cperf_test_vectors.c',
                'cperf_test_verify.c',
                'main.c')
-deps += ['cryptodev', 'security']
+deps += ['cryptodev', 'net', 'security']
+if dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
+       deps += 'crypto_scheduler'
+endif