aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2022-07-02 14:39:32 +0100
committerNikolaus Rath <Nikolaus@rath.org>2022-07-02 14:39:32 +0100
commit7657ec158becdc59656c59dff40346fefde78cb2 (patch)
treefb1bb243cf10356247b7f1fe3d47c218df2cfe40 /meson.build
parente6095912e334905cc6ec49cf462dd9f459ae1102 (diff)
downloadlibfuse-7657ec158becdc59656c59dff40346fefde78cb2.tar.gz
Revert "Increase meson min version and avoid get_pkgconfig_variable warning (#682)"
This reverts commit 8db2ba06fef10f38f90b0f3213dd39ec07678e2f. This Meson version is not yet generally available, so we do not want to depend on it..
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f7ebe01..342dee1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfuse3', ['c'], version: '3.11.0',
- meson_version: '>= 0.51',
+ meson_version: '>= 0.42',
default_options: [
'buildtype=debugoptimized',
'cpp_std=c++11',