aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-12-22 14:34:39 +0000
committerNikolaus Rath <Nikolaus@rath.org>2018-12-22 14:34:39 +0000
commitd3c6c338ae8e944f914dc4589f313d92c78dad4f (patch)
tree0037165abb59bf95b8fee2fa34d31f5c0986e896 /meson.build
parent93c052a3cd72442a8128cfba7ef884efb9d2a55c (diff)
downloadsshfs-d3c6c338ae8e944f914dc4589f313d92c78dad4f.tar
sshfs-d3c6c338ae8e944f914dc4589f313d92c78dad4f.tar.gz
sshfs-d3c6c338ae8e944f914dc4589f313d92c78dad4f.tar.bz2
sshfs-d3c6c338ae8e944f914dc4589f313d92c78dad4f.zip
Bump meson dependency
build_by_default arg in custom_target needs 0.40.0
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 3d85483..d08ee9a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('sshfs', 'c', version: '3.5.1',
- meson_version: '>= 0.38',
+ meson_version: '>= 0.40',
default_options: [ 'buildtype=debugoptimized' ])
add_global_arguments('-D_REENTRANT', '-DHAVE_CONFIG_H',