git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c2a0dd8baf886e8f429716071b21ede7bb2337ae
[dpdk.git]
/
drivers
/
crypto
/
openssl
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
dep = dependency('libcrypto', required: false)
5
if not dep.found()
6
build = false
7
endif
8
deps += 'bus_vdev'
9
sources = files('rte_openssl_pmd.c', 'rte_openssl_pmd_ops.c')
10
ext_deps += dep
11
pkgconfig_extra_libs += '-lcrypto'