build: fix compatibility with meson 0.41 onwards
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 18 Sep 2018 10:55:52 +0000 (11:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 Sep 2018 13:18:52 +0000 (15:18 +0200)
commit77a5e7cdb27b987ccc3a72be275d4cee1ba86fdb
tree58c2ecc17ebc238cb0870e5ee2b522901e931a1c
parente4f2047190da3ed64fbad2321e7a7e538caba3f3
build: fix compatibility with meson 0.41 onwards

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@intel.com>
Tested-by: Timothy Redaelli <tredaelli@redhat.com>
drivers/meson.build
meson.build