X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fmeson.build;h=0674396da8d6972d88638cf836d461ffe3032440;hb=fc67ae91ebae7c48fc27a1d24e0843c50c192459;hp=6eb22a5fd446a7763c2adb46f97dfaebd4e8e343;hpb=996ef117611131392beefc5ca98fc70050eab7bf;p=dpdk.git diff --git a/app/test-crypto-perf/meson.build b/app/test-crypto-perf/meson.build index 6eb22a5fd4..0674396da8 100644 --- a/app/test-crypto-perf/meson.build +++ b/app/test-crypto-perf/meson.build @@ -1,6 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation +allow_experimental_apis = true sources = files('cperf_ops.c', 'cperf_options_parsing.c', 'cperf_test_common.c', @@ -11,4 +12,4 @@ sources = files('cperf_ops.c', 'cperf_test_vectors.c', 'cperf_test_verify.c', 'main.c') -deps = ['cryptodev'] +deps += ['cryptodev', 'security']