f-stack/dpdk/drivers/net/szedata2/meson.build

9 lines
261 B
Meson
Raw Normal View History

2019-06-25 11:12:58 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
2022-09-02 07:34:10 +00:00
dep = dependency('libsze2', required: false, method: 'pkg-config')
2019-06-25 11:12:58 +00:00
build = dep.found()
2020-06-18 16:55:50 +00:00
reason = 'missing dependency, "libsze2"'
2019-06-25 11:12:58 +00:00
ext_deps += dep
sources = files('rte_eth_szedata2.c')