xref: /dpdk/drivers/crypto/openssl/meson.build (revision 089e5ed727a15da2729cfee9b63533dd120bd04c)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4dep = dependency('libcrypto', required: false)
5if not dep.found()
6	build = false
7	reason = 'missing dependency, "libcrypto"'
8endif
9allow_experimental_apis = true
10deps += 'bus_vdev'
11sources = files('rte_openssl_pmd.c', 'rte_openssl_pmd_ops.c')
12ext_deps += dep
13