[gnome-software/mwleeds/webapps-on-by-default] build: Enable webapps by default




commit 4f5c8a2ab88919557c5d8c607d7683269943778f
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Fri May 20 11:18:02 2022 -0400

    build: Enable webapps by default
    
    Enable webapps support and default webapps at compile time by default,
    as discussed in a call with several stakeholders. This will make it more
    likely that distributions will make use of the feature.

 meson_options.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 2b4ef9047..8c36a5ed6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -9,9 +9,9 @@ option('fwupd', type : 'boolean', value : true, description : 'enable fwupd supp
 option('flatpak', type : 'boolean', value : true, description : 'enable Flatpak support')
 option('malcontent', type : 'boolean', value : true, description : 'enable parental controls support using 
libmalcontent')
 option('rpm_ostree', type : 'boolean', value : false, description : 'enable rpm-ostree support')
-option('webapps', type : 'boolean', value : false, description : 'enable webapps support')
-option('hardcoded_foss_webapps', type : 'boolean', value : false, description : 'enable inclusion of a 
default set of installable FOSS webapps')
-option('hardcoded_proprietary_webapps', type : 'boolean', value : false, description : 'enable inclusion of 
a default set of installable proprietary webapps')
+option('webapps', type : 'boolean', value : true, description : 'enable webapps support')
+option('hardcoded_foss_webapps', type : 'boolean', value : true, description : 'enable inclusion of a 
default set of installable FOSS webapps')
+option('hardcoded_proprietary_webapps', type : 'boolean', value : true, description : 'enable inclusion of a 
default set of installable proprietary webapps')
 option('gudev', type : 'boolean', value : true, description : 'enable GUdev support')
 option('apt', type : 'boolean', value : false, description : 'enable apt: URL handler in the .desktop file')
 option('snap', type : 'boolean', value : false, description : 'enable Snap support')


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