summaryrefslogtreecommitdiff
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index 00991233..fa908233 100644
--- a/meson.build
+++ b/meson.build
@@ -482,11 +482,6 @@ subdir('daemon')
subdir('monitor')
subdir('po')
-enable_deprecated_programs = get_option('deprecated_programs')
-if enable_deprecated_programs
- subdir('programs')
-endif
-
enable_man = get_option('man')
if enable_man
subdir('man')
@@ -535,7 +530,6 @@ output += ' keyring: ' + enable_keyring.to_string() + '\n'
output += ' logind: ' + enable_logind.to_string() + '\n'
output += ' libusb: ' + enable_libusb.to_string() + '\n'
output += '\n'
-output += ' deprecated_programs: ' + enable_deprecated_programs.to_string() + '\n'
output += ' devel_utils: ' + enable_devel_utils.to_string() + '\n'
output += ' installed_tests: ' + enable_installed_tests.to_string() + '\n'
output += ' man: ' + enable_man.to_string() + '\n'