build: update minimum required Meson version
authorGabriel Ganne <gabriel.ganne@6wind.com>
Tue, 23 Mar 2021 09:52:19 +0000 (10:52 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 16 Apr 2021 16:51:51 +0000 (18:51 +0200)
commit8c10530836780c4aa058bfc77ba8dedcc695d9d4
tree442cda906bf4f922593708e47f22c5610d0f3fba
parent3ea6ee38ec7a7e88499d30ad86d7821b72ce3abc
build: update minimum required Meson version

Bump Meson required version to 0.49.2 which is chosen so as
to be provided by both redhat-8 and debian-10.

Update documentation and travis setup script accordingly.

This fixes the following warning:
WARNING: Project targeting '>= 0.47.1' but tried to use feature introduced
         in '0.48.0': console arg in custom_target

'console' argument is used within kernel/linux/kni/meson.build

Signed-off-by: Gabriel Ganne <gabriel.ganne@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
.ci/linux-setup.sh
doc/guides/linux_gsg/sys_reqs.rst
doc/guides/prog_guide/build-sdk-meson.rst
doc/guides/windows_gsg/build_dpdk.rst
meson.build