[gnome-builder/wip/gtk4-port: 38/736] build: disable all plugins by default




commit 8b80a3a3afea772f6304eab129a281cc67063e98
Author: Christian Hergert <chergert redhat com>
Date:   Thu Sep 23 15:56:34 2021 -0700

    build: disable all plugins by default
    
    They will be re-enabled as they are ported.

 meson_options.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index ee52ab805..032dddb09 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -86,8 +86,8 @@ option('plugin_ts_language_server', type: 'boolean')
 option('plugin_update_manager', type: 'boolean')
 option('plugin_vala', type: 'boolean')
 option('plugin_vagrant', type: 'boolean', value: false)
-option('plugin_valgrind', type: 'boolean')
-option('plugin_vls', type: 'boolean')
-option('plugin_waf', type: 'boolean')
-option('plugin_words', type: 'boolean')
-option('plugin_xml_pack', type: 'boolean')
+option('plugin_valgrind', type: 'boolean', value: false)
+option('plugin_vls', type: 'boolean', value: false)
+option('plugin_waf', type: 'boolean', value: false)
+option('plugin_words', type: 'boolean', value: false)
+option('plugin_xml_pack', type: 'boolean', value: false)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]