diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-23 14:59:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-24 21:34:40 -0500 |
commit | 15cc20e7b5d46656b83a39f086650555e369aa1b (patch) | |
tree | cf7a33557fcd456d606439fe1aa5e9efd729d591 /meson_options.txt | |
parent | 29bcc38ae62e73b76f0f663e2ecc5e85bfe4ca46 (diff) | |
download | gtk+-15cc20e7b5d46656b83a39f086650555e369aa1b.tar.gz |
Always include platform immodules
No need to load these as gio modules, we just include
them in libgtk.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt index 0c34a1fdbb..74e5f21b32 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -24,12 +24,6 @@ option('print-backends', type : 'string', value : 'cups,file', option('colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', description : 'Build colord support for the CUPS printing backend') -# Modules -option('dynamic-modules', type: 'boolean', value : true, - description : 'Allow dynamic module loading') -option('included-immodules', type: 'string', value : 'none', - description : 'Build the specified input methods (comma-separated list, "all", or "none")') - # Documentation and introspection option('documentation', type: 'boolean', value: 'false', description : 'Build API reference and tools documentation') |