build: ensure compatibility with future meson versions
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 27 Apr 2018 13:49:28 +0000 (14:49 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 8 May 2018 20:22:02 +0000 (22:22 +0200)
commitbd0d13a8c43935aa9dffc8075af31b2f544af3b3
tree2a06bc0fc05d63f79c04bed326f85811ff0f11a5
parent9009d00746abbe17ce0a860e48d1dac9cb455199
build: ensure compatibility with future meson versions

Meson 0.46 fixed a bug where "extract_all_objects" would not recursively
extract objects not compiled from source for a target. To keep backward
compatibility, a "recursive" keyword-arg was added to make this optional.
The value is "false" by default for now, but will change to "true" in
future, so we hard-code it to "false" in our code to ensure future
compatibility.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
lib/meson.build