From d78d5597c70cd46a456bf1b3328381d30675d0c4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 29 May 2024 13:16:25 +1000 Subject: [PATCH] meson.build: bump to meson 0.56.0 Silences ../meson.build:307: WARNING: Project targets '>= 0.53.0' but uses feature introduced in '0.56.0': meson.project_build_root. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ed40d70f..47338607 100644 --- a/meson.build +++ b/meson.build @@ -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'