From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Redaelli Subject: Re: [PATCH] build: fix compatibility with meson 0.41 onwards Date: Tue, 18 Sep 2018 14:44:43 +0200 Message-ID: <20180918144443.0fea1fe1@redhat.com> References: <20180918105552.58464-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 0B1092BFA for ; Tue, 18 Sep 2018 14:44:46 +0200 (CEST) In-Reply-To: <20180918105552.58464-1-bruce.richardson@intel.com> 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 Tue, 18 Sep 2018 11:55:52 +0100 Bruce Richardson wrote: > Versions of meson prior to 0.47 flattened the parameters to the > "set_variable" function, which meant that the function could not take > array variables as a parameter. Therefore, we need to disable driver > tracking for those older versions, in order to maintain compatibility > with the minimum supported 0.41 version, and also v0.45 shipped in > Ubuntu 18.04 release. > > Fixes: 806c45dd483d ("build: add configuration summary at end of > config") > > Signed-off-by: Bruce Richardson Tried to build using meson 0.42.1 and it builds correctly Tested-by: Timothy Redaelli