aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-06-07 13:21:01 -0400
committerNikolaus Rath <Nikolaus@rath.org>2017-06-07 13:42:34 -0400
commit53a14aeaf1bd118fb7b7cec9c9d13a4946e35777 (patch)
treeeb403c2ec9c787571d9dcf02c6965bc39e99f774 /meson.build
parent8999210c9327d91ee44a1a44e78a9b70c78a5239 (diff)
downloadsshfs-53a14aeaf1bd118fb7b7cec9c9d13a4946e35777.tar
sshfs-53a14aeaf1bd118fb7b7cec9c9d13a4946e35777.tar.gz
sshfs-53a14aeaf1bd118fb7b7cec9c9d13a4946e35777.tar.bz2
sshfs-53a14aeaf1bd118fb7b7cec9c9d13a4946e35777.zip
Dropped support for libfuse < 2.9
This is in preparation for the move to libfuse 3.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 de4dfc5..ebe280f 100644
--- a/meson.build
+++ b/meson.build
@@ -45,7 +45,7 @@ configure_file(input: 'sshfs.1.in',
configure_file(output: 'config.h',
configuration : cfg)
-sshfs_deps = [ dependency('fuse', version: '>= 2.3'),
+sshfs_deps = [ dependency('fuse', version: '>= 2.9'),
dependency('glib-2.0'),
dependency('gthread-2.0') ]