]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_pipeline/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_pipeline / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4version = 3
5allow_experimental_apis = true
6sources = files('rte_pipeline.c', 'rte_port_in_action.c', 'rte_table_action.c')
7headers = files('rte_pipeline.h', 'rte_port_in_action.h', 'rte_table_action.h')
9f95a23c 8deps += ['port', 'table', 'meter', 'sched', 'cryptodev']