From 15cc20e7b5d46656b83a39f086650555e369aa1b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 23 Feb 2018 14:59:49 -0500 Subject: Always include platform immodules No need to load these as gio modules, we just include them in libgtk. --- meson_options.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1