From 36330929c9b002c5ab60a81fae48e4de3bb2a3bc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 31 Jul 2017 23:28:18 +0200 Subject: [PATCH] meson_options.txt: add missing default values --- meson_options.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 7529394..4f58ed3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,19 +14,22 @@ option('colors', type: 'combo', description: 'Enable color support') option('multibyte', type: 'boolean', - value: 'true', + value: true, description: 'Enable multibyte character support') option('locale', type: 'combo', choices: ['true', 'false', 'auto'], + value: 'auto', description: 'Enable locale support') option('nls', type: 'combo', choices: ['true', 'false', 'auto'], + value: 'auto', description: 'Enable NLS support') option('lirc', type: 'combo', choices: ['true', 'false', 'auto'], + value: 'auto', description: 'Enable LIRC support') option('tcp', type: 'boolean', -- 2.30.2