Skip to content

Commit

Permalink
meson.build: bump to meson 0.56.0
Browse files Browse the repository at this point in the history
Silences

../meson.build:307: WARNING: Project targets '>= 0.53.0' but uses feature
introduced in '0.56.0': meson.project_build_root.
  • Loading branch information
whot committed May 29, 2024
1 parent e74d75b commit d78d559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project('libwacom', 'c',
version: '2.11.0',
license: 'HPND',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.53.0')
meson_version: '>= 0.56.0')

dir_bin = get_option('prefix') / get_option('bindir')
dir_data = get_option('prefix') / get_option('datadir') / 'libwacom'
Expand Down

0 comments on commit d78d559

Please sign in to comment.