We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5a738 commit 33e72d5Copy full SHA for 33e72d5
meson.build
@@ -2,7 +2,7 @@ project('libwacom', 'c',
2
version: '2.16.1',
3
license: 'HPND',
4
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
5
- meson_version: '>= 0.57.0')
+ meson_version: '>= 0.58.0')
6
7
dir_bin = get_option('prefix') / get_option('bindir')
8
dir_data = get_option('prefix') / get_option('datadir') / 'libwacom'
0 commit comments