xref: /f-stack/dpdk/drivers/compress/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
4if is_windows
5	subdir_done()
6endif
7
8drivers = ['isal', 'octeontx', 'zlib']
9
10std_deps = ['compressdev'] # compressdev pulls in all other needed deps
11config_flag_fmt = 'RTE_LIBRTE_PMD_@0@'
12