[gnome-builder] meson: disable config view addin



commit ceecde8e6ea19223eff35238ff9612d41ce1a4c8
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jan 28 15:01:27 2019 -0800

    meson: disable config view addin
    
    We don't add anything here yet, so just disable it until we get support
    for adding preferences to toggle.

 src/plugins/meson/meson-plugin.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/plugins/meson/meson-plugin.c b/src/plugins/meson/meson-plugin.c
index 1663a12ed..9724ec5e3 100644
--- a/src/plugins/meson/meson-plugin.c
+++ b/src/plugins/meson/meson-plugin.c
@@ -37,9 +37,11 @@ _gbp_meson_register_types (PeasObjectModule *module)
   /* For in-tree builds of meson projects */
   ide_g_file_add_ignored_pattern ("_build");
 
+#if 0
   peas_object_module_register_extension_type (module,
                                               IDE_TYPE_CONFIG_VIEW_ADDIN,
                                               GBP_TYPE_MESON_CONFIG_VIEW_ADDIN);
+#endif
   peas_object_module_register_extension_type (module,
                                               IDE_TYPE_PIPELINE_ADDIN,
                                               GBP_TYPE_MESON_PIPELINE_ADDIN);


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