Skip to content

Commit 6b71e9b

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 <wagi@kernel.org>
1 parent 8ad28af commit 6b71e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)