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