[gnome-shell/eos3.8: 140/255] Disable extensions tool by default



commit 1e144d1c263c28c2d72210bd630153477bcf3a0c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Mar 26 17:49:47 2020 -0300

    Disable extensions tool by default

 js/meson.build    | 5 ++++-
 meson_options.txt | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/js/meson.build b/js/meson.build
index 8b131d8dda..02234c0bf0 100644
--- a/js/meson.build
+++ b/js/meson.build
@@ -1,6 +1,9 @@
 subdir('misc')
 subdir('dbusServices')
-subdir('extensionPrefs')
+
+if get_option('extensions_tool')
+  subdir('extensionPrefs')
+endif
 
 js_resources = gnome.compile_resources(
   'js-resources', 'js-resources.gresource.xml',
diff --git a/meson_options.txt b/meson_options.txt
index 2c55390123..9f5fb52c94 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,6 @@
 option('extensions_tool',
   type: 'boolean',
-  value: true,
+  value: false,
   description: 'Build gnome-extensions CLI tool'
 )
 


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