From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] build: fix compatibility with meson 0.41 onwards Date: Tue, 18 Sep 2018 15:19:21 +0200 Message-ID: <2512706.TgcfURBGgc@xps> References: <20180918105552.58464-1-bruce.richardson@intel.com> <20180918144443.0fea1fe1@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Timothy Redaelli To: Bruce Richardson Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 287F0137C for ; Tue, 18 Sep 2018 15:19:25 +0200 (CEST) In-Reply-To: <20180918144443.0fea1fe1@redhat.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" 18/09/2018 14:44, Timothy Redaelli: > 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 Applied, thanks