Skip to content

Commit 33e72d5

Browse files
committed
meson.build: bump minimum version for format strings
Fixes: WARNING: Project specifies a minimum meson_version '>= 0.57.0' but uses features which were added in newer versions:
1 parent 8e5a738 commit 33e72d5

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
@@ -2,7 +2,7 @@ project('libwacom', 'c',
22
version: '2.16.1',
33
license: 'HPND',
44
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
5-
meson_version: '>= 0.57.0')
5+
meson_version: '>= 0.58.0')
66

77
dir_bin = get_option('prefix') / get_option('bindir')
88
dir_data = get_option('prefix') / get_option('datadir') / 'libwacom'

0 commit comments

Comments
 (0)