diff options
author | Matthias Goergens <matthias.goergens@gmail.com> | 2023-04-07 17:13:26 +0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-04-07 13:32:35 +0100 |
commit | 49b14f325611fbb6471acd8ff638c3c0c6e3d2f9 (patch) | |
tree | 3425216ea9ac663b360924c06a3ebc095217b4cd /meson.build | |
parent | b37f6dfe7040f49c4d3e7e53a1adcb290447c1e3 (diff) | |
download | libfuse-49b14f325611fbb6471acd8ff638c3c0c6e3d2f9.tar.gz |
Fix deprecated udev.get_pkgconfig_variable in meson
And slightly bump minimum meson version.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |