[dpdk-dev] [PATCH] build: fix compatibility with meson 0.41 onwards
Timothy Redaelli
tredaelli at redhat.com
Tue Sep 18 14:44:43 CEST 2018
On Tue, 18 Sep 2018 11:55:52 +0100
Bruce Richardson <bruce.richardson at intel.com> 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 <bruce.richardson at intel.com>
Tried to build using meson 0.42.1 and it builds correctly
Tested-by: Timothy Redaelli <tredaelli at redhat.com>
More information about the dev
mailing list