xref: /dpdk/drivers/compress/meson.build (revision 0d09cbc7)
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', 'qat', 'zlib']
9
10std_deps = ['compressdev'] # compressdev pulls in all other needed deps
11config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
12driver_name_fmt = 'rte_pmd_@0@'
13