Re: [dpdk-dev] [PATCH] net/pcap: simplify dependency checking using meson

2018-03-12 Thread Bruce Richardson
On Thu, Feb 22, 2018 at 11:30:44PM +0530, Hemant Agrawal wrote: > 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. > >

Re: [dpdk-dev] [PATCH] net/pcap: simplify dependency checking using meson

2018-02-22 Thread Hemant Agrawal
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 --- drivers/net/pcap/meson.build | 20 +--

[dpdk-dev] [PATCH] net/pcap: simplify dependency checking using meson

2018-02-22 Thread Bruce Richardson
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 --- drivers/net/pcap/meson.build | 20 +--- 1 file changed, 5 insertions(+), 15