From: Daniel Wagner Date: Fri, 28 Oct 2022 09:17:23 +0000 (+0200) Subject: build: Update min version of meson to 0.48 X-Git-Tag: v2.2~5^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2adf829d78097133cfbe06c1393769e3c50e3d9e;p=users%2Fsagi%2Fnvme-cli.git build: Update min version of meson to 0.48 libnvme uses python3.extension_module() which is depending on gnu_symbol_visibility. So arguably, this has been from day 0. Version 0.47 was released on Jul 02, 2018 and 0.48 on Sep 22, 2018. Even Debian oldstable ships 0.49. Signed-off-by: Daniel Wagner --- diff --git a/meson.build b/meson.build index eb7c6af6..03bd6b7f 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ ################################################################################ project( 'nvme-cli', ['c'], - meson_version: '>= 0.47.0', + meson_version: '>= 0.48.0', license: 'GPL-2.0-only', version: '2.1.2', default_options: [