Skip to content

Commit 4136b8f

Browse files
committed
build: update min meson dependency
meson complains: WARNING: Project specifies a minimum meson_version '>= 0.50.0' but uses features which were added in newer versions: * 0.62.0: {'dep 'dl' custom lookup'} Fixes: 3e293a1 ("tests: do not unconditionally depend on dlsym") Signed-off-by: Daniel Wagner <[email protected]>
1 parent 905aa3c commit 4136b8f

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.50.0',
10+
meson_version: '>= 0.62.0',
1111
version: '1.11.1',
1212
license: 'LGPL-2.1-or-later',
1313
default_options: [

0 commit comments

Comments
 (0)