blob: b53fcbc591f3ea5fc559a1e8f0f7bc02a515a81a (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
dep = dependency('libsze2', required: false)
build = dep.found()
reason = 'missing dependency, "libsze2"'
ext_deps += dep
sources = files('rte_eth_szedata2.c')
|