From 49b14f325611fbb6471acd8ff638c3c0c6e3d2f9 Mon Sep 17 00:00:00 2001 From: Matthias Goergens Date: Fri, 7 Apr 2023 17:13:26 +0800 Subject: Fix deprecated udev.get_pkgconfig_variable in meson And slightly bump minimum meson version. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6aa23c1..af31690 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfuse3', ['c'], version: '3.14.1', - meson_version: '>= 0.50', + meson_version: '>= 0.51', default_options: [ 'buildtype=debugoptimized', 'cpp_std=c++11', -- cgit v1.2.3