[gnome-builder: 137/139] build: update build options for new plugins



commit 8d07c7e9ba285963777f2ab8b80436a84e5be4b1
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jan 9 17:46:14 2019 -0800

    build: update build options for new plugins

 meson_options.txt | 115 ++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 64 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 06df0b322..128f13246 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,7 @@ option('fusermount_wrapper', type: 'boolean', value: false, description: 'Instal
 option('tcmalloc', type: 'boolean', value: false, description: 'Use tcmalloc for dynamic allocations')
 
 option('with_safe_path', type: 'string', value: '', description: 'PATH variable to run build commands 
(default: platform-specific)')
+
 option('with_channel',
           type: 'combo',
        choices: [ 'other', 'flatpak-stable', 'flatpak-nightly' ],
@@ -19,68 +20,54 @@ option('ctags_path', type: 'string', value: '')
 
 option('python_libprefix', type: 'string')
 
-# Plugins
-# Ideally we want many of these to be defined in the plugin dir:
-#   https://github.com/mesonbuild/meson/issues/707
-option('with_autotools', type: 'boolean')
-option('with_beautifier', type: 'boolean')
-option('with_c_pack', type: 'boolean')
-option('with_cargo', type: 'boolean')
-option('with_clang', type: 'boolean')
-option('with_cmake', type: 'boolean')
-option('with_color_picker', type: 'boolean')
-option('with_code_index', type: 'boolean')
-option('with_command_bar', type: 'boolean')
-option('with_comment_code', type: 'boolean')
-option('with_create_project', type: 'boolean')
-option('with_ctags', type: 'boolean')
-option('with_devhelp', type: 'boolean')
-option('with_eslint', type: 'boolean')
-option('with_file_search', type: 'boolean')
-option('with_find_other_file', type: 'boolean')
-option('with_flatpak', type: 'boolean')
-option('with_gradle', type: 'boolean')
-option('with_gcc', type: 'boolean')
-option('with_gdb', type: 'boolean')
-option('with_gettext', type: 'boolean')
-option('with_git', type: 'boolean')
-option('with_gjs_symbols', type: 'boolean')
-option('with_glade', type: 'boolean')
-option('with_gnome_code_assistance', type: 'boolean')
-option('with_go_langserv', type: 'boolean')
-option('with_grep', type: 'boolean')
-option('with_history', type: 'boolean')
-option('with_html_completion', type: 'boolean')
-option('with_html_preview', type: 'boolean')
-option('with_jedi', type: 'boolean')
-option('with_jhbuild', type: 'boolean')
-option('with_ls', type: 'boolean')
-option('with_make', type: 'boolean')
-option('with_maven', type: 'boolean')
-option('with_meson', type: 'boolean')
-option('with_meson_templates', type: 'boolean')
-option('with_mono', type: 'boolean')
-option('with_notification', type: 'boolean')
-option('with_newcomers', type: 'boolean')
-option('with_npm', type: 'boolean')
-option('with_phpize', type: 'boolean')
-option('with_project_tree', type: 'boolean')
-option('with_python_gi_imports_completion', type: 'boolean')
-option('with_python_pack', type: 'boolean')
-option('with_qemu', type: 'boolean')
-option('with_quick_highlight', type: 'boolean')
-option('with_retab', type: 'boolean')
-option('with_rust_langserv', type: 'boolean')
-option('with_rustup', type: 'boolean')
-option('with_spellcheck', type: 'boolean')
-option('with_snippets', type: 'boolean')
-option('with_support', type: 'boolean')
-option('with_symbol_tree', type: 'boolean')
-option('with_sysprof', type: 'boolean')
-option('with_sysroot', type: 'boolean')
-option('with_todo', type: 'boolean')
-option('with_vala_pack', type: 'boolean')
-option('with_valgrind', type: 'boolean')
-option('with_words', type: 'boolean')
-option('with_xml_pack', type: 'boolean')
+option('plugin_autotools', type: 'boolean')
+option('plugin_beautifier', type: 'boolean')
+option('plugin_c_pack', type: 'boolean')
+option('plugin_cargo', type: 'boolean')
+option('plugin_clang', type: 'boolean')
+option('plugin_cmake', type: 'boolean')
+option('plugin_code_index', type: 'boolean')
+option('plugin_color_picker', type: 'boolean')
+option('plugin_ctags', type: 'boolean')
+option('plugin_devhelp', type: 'boolean')
 option('plugin_deviced', type: 'boolean', value: false)
+option('plugin_editorconfig', type: 'boolean')
+option('plugin_eslint', type: 'boolean')
+option('plugin_file_search', type: 'boolean')
+option('plugin_flatpak', type: 'boolean')
+option('plugin_gdb', 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_gradle', type: 'boolean')
+option('plugin_grep', type: 'boolean')
+option('plugin_html_completion', type: 'boolean')
+option('plugin_html_preview', type: 'boolean')
+option('plugin_jedi', type: 'boolean')
+option('plugin_jhbuild', type: 'boolean')
+option('plugin_make', type: 'boolean')
+option('plugin_maven', type: 'boolean')
+option('plugin_meson', type: 'boolean')
+option('plugin_modelines', type: 'boolean')
+option('plugin_mono', type: 'boolean')
+option('plugin_newcomers', type: 'boolean')
+option('plugin_notification', type: 'boolean')
+option('plugin_npm', type: 'boolean')
+option('plugin_phpize', 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')
+option('plugin_rustup', type: 'boolean')
+option('plugin_spellcheck', type: 'boolean')
+option('plugin_sysprof', type: 'boolean')
+option('plugin_sysroot', type: 'boolean')
+option('plugin_todo', type: 'boolean')
+option('plugin_vala', type: 'boolean')
+option('plugin_valgrind', 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]