summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-04-13 14:26:33 +0200
committerOndrej Holy <oholy@redhat.com>2018-04-17 12:57:06 +0200
commit1db029df72bcd50dd877d388c2e0934d8ed3d321 (patch)
tree522e5ba698c663a8d85cdfeb4bdb03bd4049e091 /meson_options.txt
parent5e2ff6885240f929f067322707e45aa64c23107f (diff)
downloadgvfs-1db029df72bcd50dd877d388c2e0934d8ed3d321.tar.gz
Remove libgdu support
libgdu has been removed in 2011 and is superseded by libudisks2, so there is no need to have gdu volume monitor in the tree.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 66e2ade8..e4006dbe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,7 +7,6 @@ option('afp', type: 'boolean', value: true, description: 'build with afp backend
option('archive', type: 'boolean', value: true, description: 'build with archive backend')
option('cdda', type: 'boolean', value: true, description: 'build with cdda backend')
option('dnssd', type: 'boolean', value: true, description: 'build with dnssd backend')
-option('gdu', type: 'boolean', value: false, description: 'build with gdu volume monitor')
option('goa', type: 'boolean', value: true, description: 'build with goa volume monitor')
option('google', type: 'boolean', value: true, description: 'build with google backend')
option('gphoto2', type: 'boolean', value: true, description: 'build with gphoto2 backend and volume monitor')