git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: use static deps for pkg-config libs.private
[dpdk.git]
/
lib
/
librte_security
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017-2019 Intel Corporation
3
4
version = 2
5
sources = files('rte_security.c')
6
headers = files('rte_security.h', 'rte_security_driver.h')
7
deps += ['mempool', 'cryptodev']