summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-03-01 10:08:04 +0100
committerOndrej Holy <oholy@redhat.com>2018-03-05 14:12:35 +0100
commit1f2977db1e7e56a6964565c1e5c52f216fd5a387 (patch)
treed63ae9a83408033ba7dc6e352cafd323787e8179 /meson_options.txt
parentc57d00fe26908a0bdc595a693b3da5a8db3535ae (diff)
downloadgvfs-1f2977db1e7e56a6964565c1e5c52f216fd5a387.tar.gz
build: Print summary of the options
autotools does print summary of the options at the end of the configuration step, but meson doesn't. Let's add the summary again, but use names and order from meson_options.txt. https://bugzilla.gnome.org/show_bug.cgi?id=793920
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index de30b570..5f5041c9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -28,7 +28,7 @@ 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')
-option('deprecated_programs', type: 'boolean', value: false, description: 'generate deprecated programs')