]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: Update min version of meson to 0.48
authorDaniel Wagner <dwagner@suse.de>
Fri, 28 Oct 2022 09:17:23 +0000 (11:17 +0200)
committerDaniel Wagner <dwagner@suse.de>
Fri, 28 Oct 2022 09:28:39 +0000 (11:28 +0200)
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 <dwagner@suse.de>
meson.build

index eb7c6af64849c52c191ad399a0b5b56eac6b3bdc..03bd6b7f0caa87f673ff8560c60b611e94092146 100644 (file)
@@ -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: [