net/txgbe: add Rx and Tx data path start and stop
[dpdk.git] / app / test-crypto-perf / meson.build
index 6eb22a5..558c648 100644 (file)
@@ -11,4 +11,7 @@ sources = files('cperf_ops.c',
                'cperf_test_vectors.c',
                'cperf_test_verify.c',
                'main.c')
-deps = ['cryptodev']
+deps += ['cryptodev', 'net', 'security']
+if dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
+       deps += 'crypto_scheduler'
+endif