summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-02-14 13:43:19 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-02-14 14:14:22 +0000
commitd1a8ed02141d7dfbf17f6ec3286d867a8fbd0c2b (patch)
treeeb0799bdb8590b7419a198b0b078f7207d6a6341 /meson_options.txt
parent4b7017ef357686e8d1d7d6525174b18979a8bd16 (diff)
downloadgtk+-d1a8ed02141d7dfbf17f6ec3286d867a8fbd0c2b.tar.gz
build: Rename 'with-included-immodules' option
We can call it 'included-immodules', and simplify its logic by always attempting to split the value, to avoid turning an array into a string and then back into an array again.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 42283abdd2..2f9dd80285 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -26,8 +26,8 @@ option('enable-xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value
description : 'Enable support for the Xinerama extension')
option('dynamic-modules', type: 'boolean', value : true,
description : 'Allow dynamic module loading')
-option('with-included-immodules', type: 'string', value : '',
- description : 'Build the specified input methods into gtk (comma-separated list or "all" or "none")')
+option('included-immodules', type: 'string', value : 'none',
+ description : 'Build the specified input methods (comma-separated list, "all", or "none")')
option('documentation', type: 'boolean', value: 'false',
description : 'Build API reference and tools documentation')
option('man-pages', type: 'boolean', value: 'false',