summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf5fc85)
raw | patch | inline | side by side (parent: bf5fc85)
author | Max Kellermann <max.kellermann@gmail.com> | |
Mon, 31 Jul 2017 21:28:18 +0000 (23:28 +0200) | ||
committer | Max Kellermann <max.kellermann@gmail.com> | |
Mon, 31 Jul 2017 21:29:05 +0000 (23:29 +0200) |
meson_options.txt | patch | blob | history |
diff --git a/meson_options.txt b/meson_options.txt
index 752939412ad18b0a792ed5ffccd61e530885bef5..4f58ed3230acea3378114ea8e6ac4a91520025c9 100644 (file)
--- a/meson_options.txt
+++ b/meson_options.txt
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',