summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-05-10 10:52:33 +0200
committerOndrej Holy <oholy@redhat.com>2018-05-10 10:52:33 +0200
commit6d711c07cbd00768c6b2b468f3100f02afc58f6f (patch)
tree18cb3aa154bf53c00fc8d0466458324cc0804574 /meson_options.txt
parent886f29d8ac5a97b39dbfaaffc579bbd5ca0dd2a2 (diff)
downloadgvfs-6d711c07cbd00768c6b2b468f3100f02afc58f6f.tar.gz
programs: Remove deprecated gvfs utils
Before two years, gvfs utils has been replaced by wrapper script which just calls gio tool and prints warning. Let's remove this completely. I suppose that 3 stable releases are enough for people to port to gio tool.
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 e4006dbe..32f10d42 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -26,7 +26,6 @@ option('keyring', type: 'boolean', value: true, description: 'build with keyring
option('logind', type: 'boolean', value: true, description: 'build with logind support')
option('libusb', type: 'boolean', value: true, description: 'build with libusb interruption support')
-option('deprecated_programs', type: 'boolean', value: false, description: 'generate deprecated programs')
option('devel_utils', type: 'boolean', value: false, description: 'build with development utility programs')
option('installed_tests', type: 'boolean', value: false, description: 'enable installed unit tests')
option('man', type: 'boolean', value: false, description: 'generate man pages')