numam-dpdk/config
Luca Boccassi 3ce6474b22 build: improve pcap dependency handling
pcap has historically shipped a custom pcap-config binary tool which
does the job of pkg-config. It was never compatible with cross
compilation.
Meson uses it when using dependency(), which then means cross
compilation fails.
Set pcap-config to empty in the meson cross compilation files so
that Meson will not use it, and add a fallback in case
dependency() fails.
libpcap 1.9.0 finally ships a pkg-config file so everything will
work out of the box in the future.

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
2019-03-01 14:19:56 +01:00
..
arm build: improve pcap dependency handling 2019-03-01 14:19:56 +01:00
ppc_64 build: set RTE_ARCH_64 based on pointer size 2019-02-26 18:34:28 +01:00
x86 build: set RTE_ARCH_64 based on pointer size 2019-02-26 18:34:28 +01:00
common_armv8a_linuxapp config: rename option for C11 memory model 2018-10-26 18:09:22 +02:00
common_base config: add static linkage of mlx dependency 2019-01-14 17:44:29 +01:00
common_bsdapp config: replace Intel license headers with SPDX tags 2018-02-01 02:39:40 +01:00
common_linuxapp vhost: add config flag for postcopy 2018-10-18 10:24:39 +02:00
defconfig_arm64-armv8a-linuxapp-clang config: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
defconfig_arm64-armv8a-linuxapp-gcc config: enable more than 128 cores for arm64 2018-11-23 02:03:33 +01:00
defconfig_arm64-bluefield-linuxapp-gcc config: add Mellanox BlueField armv8 SoC 2019-01-14 12:24:57 +01:00
defconfig_arm64-dpaa2-linuxapp-gcc config: remove useless lines for DPAA2 2018-04-04 00:03:25 +02:00
defconfig_arm64-dpaa-linuxapp-gcc crypto/caam_jr: introduce basic driver 2018-10-17 12:23:40 +02:00
defconfig_arm64-stingray-linuxapp-gcc net/bnxt: introduce Broadcom Stingray 2018-04-14 00:59:41 +02:00
defconfig_arm64-thunderx-linuxapp-gcc config: rename option for C11 memory model 2018-10-26 18:09:22 +02:00
defconfig_arm64-xgene1-linuxapp-gcc config: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
defconfig_arm-armv7a-linuxapp-gcc config: remove NFP PMD from 32-bit builds 2019-01-14 20:07:18 +01:00
defconfig_i686-native-linuxapp-gcc config: remove NFP PMD from 32-bit builds 2019-01-14 20:07:18 +01:00
defconfig_i686-native-linuxapp-icc config: remove NFP PMD from 32-bit builds 2019-01-14 20:07:18 +01:00
defconfig_ppc_64-power8-linuxapp-gcc net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00
defconfig_x86_64-native-bsdapp-clang config: replace Intel license headers with SPDX tags 2018-02-01 02:39:40 +01:00
defconfig_x86_64-native-bsdapp-gcc config: replace Intel license headers with SPDX tags 2018-02-01 02:39:40 +01:00
defconfig_x86_64-native-linuxapp-clang config: replace Intel license headers with SPDX tags 2018-02-01 02:39:40 +01:00
defconfig_x86_64-native-linuxapp-gcc config: replace Intel license headers with SPDX tags 2018-02-01 02:39:40 +01:00
defconfig_x86_64-native-linuxapp-icc config: replace Intel license headers with SPDX tags 2018-02-01 02:39:40 +01:00
defconfig_x86_x32-native-linuxapp-gcc config: remove NFP PMD from 32-bit builds 2019-01-14 20:07:18 +01:00
meson.build build: improve libbsd dependency handling 2019-02-27 12:28:03 +01:00
rte_config.h build: add option to override max ethdev ports 2019-02-26 21:21:27 +01:00