New upstream version 18.08
[deb_dpdk.git] / 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@'