raw/ifpga/base: check size before assigning
[dpdk.git] / drivers / net / szedata2 / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 if is_windows
5     build = false
6     reason = 'not supported on Windows'
7     subdir_done()
8 endif
9
10 dep = dependency('libsze2', required: false, method: 'pkg-config')
11 build = dep.found()
12 reason = 'missing dependency, "libsze2"'
13 ext_deps += dep
14 sources = files('rte_eth_szedata2.c')