From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 6/8] examples/kni: fix dependency check for building with meson Date: Tue, 3 Jul 2018 13:09:45 +0100 Message-ID: <4de04b65-05a4-4bba-f40a-66faa10bbfe1@intel.com> References: <20180608163807.66737-1-bruce.richardson@intel.com> <20180703103119.15747-1-bruce.richardson@intel.com> <20180703103119.15747-7-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Bruce Richardson , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 317381B8F8 for ; Tue, 3 Jul 2018 14:09:55 +0200 (CEST) In-Reply-To: <20180703103119.15747-7-bruce.richardson@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/3/2018 11:31 AM, Bruce Richardson wrote: > Rather than hard-coding the example app to be built only when a set of > conditions are met, we can simplify things by having the app built when > KNI library itself is available. That saves us duplicating the same set > of restrictions on both library and example app. > > Fixes: 89f0711f9ddf ("examples: build some samples with meson") > > Signed-off-by: Bruce Richardson > Series-acked-by: Hemant Agrawal Acked-by: Ferruh Yigit