Skip to content

Commit 4451b8c

Browse files
committed
build: Update min version of meson to 0.48
python3.extension_module() 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 <[email protected]>
1 parent 7aab6de commit 4451b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
project(
99
'libnvme', ['c'],
10-
meson_version: '>= 0.47.0',
10+
meson_version: '>= 0.48.0',
1111
version: '1.1',
1212
license: 'LGPL-2.1-or-later',
1313
default_options: [

0 commit comments

Comments
 (0)