summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-02-14 13:35:38 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-02-14 14:14:22 +0000
commit4b7017ef357686e8d1d7d6525174b18979a8bd16 (patch)
treee741a4498729d0c8e3466bb656d856f2481f4340 /meson_options.txt
parent970d2e3f453900ddc2b28564648f941d75899d96 (diff)
downloadgtk+-4b7017ef357686e8d1d7d6525174b18979a8bd16.tar.gz
build: Rename 'disable-modules' option
We should not have 'disable' in the name, to conform with the Meson best practices for boolean options.
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 5d98ba5242..42283abdd2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,8 +24,8 @@ option('enable-cloudproviders', type: 'boolean', value: false,
description : 'Enable the cloudproviders support')
option('enable-xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
description : 'Enable support for the Xinerama extension')
-option('disable-modules', type: 'boolean', value : 'false',
- description : 'Disable dynamic module loading')
+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('documentation', type: 'boolean', value: 'false',