[gnome-builder] build: update meson_options.txt for plugins



commit ca9e2e8caf4cd4e2a6d2e5245c3995fed3b9d8fc
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 11 22:05:50 2022 -0700

    build: update meson_options.txt for plugins

 meson_options.txt | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index ee52ab805..700d110e9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,8 +22,10 @@ option('ctags_path', type: 'string', value: '')
 option('webkit', type: 'feature', value: 'enabled', description: 'Enable features which require WebKit')
 
 option('plugin_autotools', type: 'boolean')
+option('plugin_bash_language_server', type: 'boolean')
 option('plugin_beautifier', type: 'boolean')
 option('plugin_blueprint', type: 'boolean')
+option('plugin_buildstream', type: 'boolean')
 option('plugin_c_pack', type: 'boolean')
 option('plugin_cargo', type: 'boolean')
 option('plugin_clang', type: 'boolean')
@@ -46,21 +48,21 @@ option('plugin_gdb', type: 'boolean')
 option('plugin_gdiagnose', type: 'boolean')
 option('plugin_gettext', type: 'boolean')
 option('plugin_git', type: 'boolean')
-option('plugin_gjs_symbols', type: 'boolean')
-option('plugin_glade', type: 'boolean')
-option('plugin_gnome_code_assistance', type: 'boolean')
-option('plugin_go_langserv', type: 'boolean')
+option('plugin_gopls', type: 'boolean')
 option('plugin_gradle', type: 'boolean')
 option('plugin_grep', type: 'boolean')
-option('plugin_gvls', type: 'boolean', value: false)
 option('plugin_html_completion', type: 'boolean')
 option('plugin_html_preview', type: 'boolean')
 option('plugin_intelephense', type: 'boolean')
+option('plugin_jdtls', type: 'boolean')
 option('plugin_jedi_language_server', type: 'boolean')
 option('plugin_jhbuild', type: 'boolean')
 option('plugin_make', type: 'boolean')
+option('plugin_make_templates', type: 'boolean')
+option('plugin_markdown_preview', type: 'boolean')
 option('plugin_maven', type: 'boolean')
 option('plugin_meson', type: 'boolean')
+option('plugin_meson_templates', type: 'boolean')
 option('plugin_modelines', type: 'boolean')
 option('plugin_mono', type: 'boolean')
 option('plugin_newcomers', type: 'boolean')
@@ -68,24 +70,24 @@ option('plugin_notification', type: 'boolean')
 option('plugin_npm', type: 'boolean')
 option('plugin_phpize', type: 'boolean')
 option('plugin_podman', type: 'boolean')
+option('plugin_pygi', type: 'boolean')
 option('plugin_python_pack', type: 'boolean')
 option('plugin_qemu', type: 'boolean')
 option('plugin_quick_highlight', type: 'boolean')
 option('plugin_retab', type: 'boolean')
-option('plugin_rls', type: 'boolean', value: false)
 option('plugin_rstcheck', type: 'boolean')
 option('plugin_rubocop', type: 'boolean')
 option('plugin_rust_analyzer', type: 'boolean')
 option('plugin_shellcmd', type: 'boolean')
 option('plugin_spellcheck', type: 'boolean')
+option('plugin_sphinx_preview', type: 'boolean')
 option('plugin_stylelint', type: 'boolean')
 option('plugin_sysprof', type: 'boolean')
 option('plugin_sysroot', type: 'boolean')
 option('plugin_todo', type: 'boolean')
 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_valac', type: 'boolean')
 option('plugin_valgrind', type: 'boolean')
 option('plugin_vls', type: 'boolean')
 option('plugin_waf', type: 'boolean')


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