]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/drivers/compress/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / drivers / compress / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 drivers = ['isal', 'octeontx', 'qat', 'zlib']
5
6 std_deps = ['compressdev'] # compressdev pulls in all other needed deps
7 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
8 driver_name_fmt = 'rte_pmd_@0@'