On 2/22/2018 10:50 PM, Bruce Richardson wrote:
Rather than trying to use meson's build-in detection for libpcap, and having to special-case cross-building, just check for the presence of pcap.h and the pcap library.Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> --- drivers/net/pcap/meson.build | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-)
Tested-by: Hemant Agrawal <hemant.agra...@nxp.com>