X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd-crypto%2Fmeson.build;h=bb44c8888299809b76822205cd664a33a81c1bdb;hb=3c481324baf32b98a7b7ce669ecde98a0662f07c;hp=09438a6a022bd91f1e32aeefdff4528f9e061838;hpb=fa47405cc119846574a3b290032f5ac2ab66757f;p=dpdk.git diff --git a/examples/l2fwd-crypto/meson.build b/examples/l2fwd-crypto/meson.build index 09438a6a02..bb44c88882 100644 --- a/examples/l2fwd-crypto/meson.build +++ b/examples/l2fwd-crypto/meson.build @@ -7,6 +7,10 @@ # DPDK instance, use 'make' deps += 'cryptodev' +if dpdk_conf.has('RTE_CRYPTO_SCHEDULER') + deps += 'crypto_scheduler' +endif +allow_experimental_apis = true sources = files( - 'main.c' + 'main.c', )