summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-04-03 20:10:23 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2018-04-03 20:13:39 +0200
commit44d45dca5d1ab2369fa7e5c2789b31c51e44f985 (patch)
treea06a3283378c1f2341dd4148b0faf1f85fe1e380 /meson_options.txt
parent9d845f7b9aef9795984a7659d228d66b36b7be5a (diff)
downloadgvfs-44d45dca5d1ab2369fa7e5c2789b31c51e44f985.tar.gz
build: Make SFTP backend optional
One of the requirements for SFTP is the existence of a ssh client. A new option has been added to make SFTP backend optional, so a ssh client is not a hard requirement anymore. https://bugzilla.gnome.org/show_bug.cgi?id=786149
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2c116a5f..66e2ade8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,6 +14,7 @@ option('gphoto2', type: 'boolean', value: true, description: 'build with gphoto2
option('http', type: 'boolean', value: true, description: 'build with http/dav backends')
option('mtp', type: 'boolean', value: true, description: 'build with mtp backend and volume monitor')
option('nfs', type: 'boolean', value: true, description: 'build with nfs backend')
+option('sftp', type: 'boolean', value: true, description: 'build with sftp backend')
option('smb', type: 'boolean', value: true, description: 'build with smb backends')
option('udisks2', type: 'boolean', value: true, description: 'build with udisks2 volume monitor')