From: Max Kellermann Date: Mon, 31 Jul 2017 21:28:18 +0000 (+0200) Subject: meson_options.txt: add missing default values X-Git-Tag: v0.28~18 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=36330929c9b002c5ab60a81fae48e4de3bb2a3bc meson_options.txt: add missing default values --- 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',