Skip to content

Commit db8024d

Browse files
dankamongmendwsuse
authored andcommitted
build: require meson 0.50.0+
The Meson buildspec uses features ('plain strings for include_directories') introduced in Meson 0.50.0, but only specifies 0.48.0. Eliminates a Meson warning. Signed-off-by: nick black <[email protected]>
1 parent 7e9f5a2 commit db8024d

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

0 commit comments

Comments
 (0)