[gnome-software] build: Disable malcontent plugin by default



commit 54a02cefa6e28bfe698bb125adb3752966a17006
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Aug 28 11:14:23 2019 +0100

    build: Disable malcontent plugin by default
    
    Otherwise it adds a new feature to gnome-software 3.32, and we‘re past
    the feature freeze.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 74af14ba..ef46e5ce 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,7 +8,7 @@ option('polkit', type : 'boolean', value : true, description : 'enable PolKit su
 option('eos_updater', type : 'boolean', value : false, description : 'enable eos-updater support')
 option('fwupd', type : 'boolean', value : true, description : 'enable fwupd support')
 option('flatpak', type : 'boolean', value : true, description : 'enable Flatpak support')
-option('malcontent', type : 'boolean', value : true, description : 'enable parental controls support using 
libmalcontent')
+option('malcontent', type : 'boolean', value : false, description : 'enable parental controls support using 
libmalcontent')
 option('rpm_ostree', type : 'boolean', value : false, description : 'enable rpm-ostree support')
 option('shell_extensions', type : 'boolean', value : true, description : 'enable shell extensions support')
 option('odrs', type : 'boolean', value : true, description : 'enable ODRS support')


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