From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AAA357CDA for ; Mon, 12 Mar 2018 16:17:19 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2018 08:12:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,461,1515484800"; d="scan'208";a="23809285" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.36]) by fmsmga008.fm.intel.com with SMTP; 12 Mar 2018 08:11:59 -0700 Received: by (sSMTP sendmail emulation); Mon, 12 Mar 2018 15:11:58 +0000 Date: Mon, 12 Mar 2018 15:11:58 +0000 From: Bruce Richardson To: Hemant Agrawal Cc: dev@dpdk.org Message-ID: <20180312151157.GA12548@bricha3-MOBL3.ger.corp.intel.com> References: <20180222172033.302037-1-bruce.richardson@intel.com> <1b427ead-8a7f-702c-6c5f-0a82b43e129e@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1b427ead-8a7f-702c-6c5f-0a82b43e129e@nxp.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.3 (2018-01-21) Subject: Re: [dpdk-dev] [PATCH] net/pcap: simplify dependency checking using meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2018 15:17:20 -0000 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. > > > > Signed-off-by: Bruce Richardson > > --- > > drivers/net/pcap/meson.build | 20 +++++--------------- > > 1 file changed, 5 insertions(+), 15 deletions(-) > > > Tested-by: Hemant Agrawal Applied to dpdk-next-build /Bruce