summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/drivers/crypto/openssl/meson.build
blob: d56a323663f0544ae4baea44239d8752793368a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

dep = dependency('libcrypto', required: false)
if not dep.found()
	build = false
endif
allow_experimental_apis = true
deps += 'bus_vdev'
sources = files('rte_openssl_pmd.c', 'rte_openssl_pmd_ops.c')
ext_deps += dep