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_hash
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
version = 2
5
headers = files('rte_cmp_arm64.h',
6
'rte_cmp_x86.h',
7
'rte_crc_arm64.h',
8
'rte_cuckoo_hash.h',
9
'rte_fbk_hash.h',
10
'rte_hash_crc.h',
11
'rte_hash.h',
12
'rte_jhash.h',
13
'rte_thash.h')
14
15
sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c')
16
deps += ['ring']