Re: [dpdk-dev] [PATCH] build: fix compatibility with meson 0.41 onwards

2018-09-18 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] build: fix compatibility with meson 0.41 onwards

2018-09-18 Thread 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 ve

[dpdk-dev] [PATCH] build: fix compatibility with meson 0.41 onwards

2018-09-18 Thread Bruce Richardson
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