net/mlx5: support reading device clock
[dpdk.git] / drivers / net / pcap / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if not dpdk_conf.has('RTE_PORT_PCAP')
5         build = false
6         reason = 'missing dependency, "libpcap"'
7 endif
8 sources = files('rte_eth_pcap.c')
9 ext_deps += pcap_dep