build: bump minimum Meson version to 0.47.1
authorLuca Boccassi <bluca@debian.org>
Tue, 26 Feb 2019 17:46:32 +0000 (17:46 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 27 Feb 2019 11:12:27 +0000 (12:12 +0100)
commiteded3f928c74a46a336264ad9b6cc46c522a1a75
treebef2b9c8b7ab3763e03983f19abd296affe78d6d
parent921c7e926fcdf127bcac16fca6ca09e76d509c97
build: bump minimum Meson version to 0.47.1

Meson 0.47.1 fixed a bug that is difficult to work around, which causes
the linker flag of dependencies to be repeated dozens of times, which
causes issues especially when using the built-in dependency() API.
Bump the minimum version and remove obsolete version checks.

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