[gnome-builder/wip/gtk4-port] build: reenable some defaults in meson_options.txt



commit 7f5fdce309e8cea34454a049d2069d63084dd94b
Author: Christian Hergert <chergert redhat com>
Date:   Wed Apr 20 16:11:07 2022 -0700

    build: reenable some defaults in meson_options.txt
    
    These are commented out for now, so we can ignore it here.

 meson_options.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 540e980e7..936397781 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', 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)
+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')


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