diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:18:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:18:46 +0000 |
commit | 56294d30a82ec2da6f9ce399740c1ef65a9ddef4 (patch) | |
tree | bbe3823e41495d026ba8edc6eeaef166edb7e2a2 /meson_options.txt | |
parent | Initial commit. (diff) | |
download | gnome-software-upstream.tar.xz gnome-software-upstream.zip |
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..8d4ad0d --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,22 @@ +option('tests', type : 'boolean', value : true, description : 'enable tests') +option('gspell', type : 'boolean', value : true, description : 'enable gspell') +option('gnome_desktop', type : 'boolean', value : true, description : 'enable gnome-desktop') +option('man', type : 'boolean', value : true, description : 'enable man pages') +option('packagekit', type : 'boolean', value : true, description : 'enable PackageKit support') +option('packagekit_autoremove', type : 'boolean', value : false, description : 'autoremove packages in PackageKit') +option('polkit', type : 'boolean', value : true, description : 'enable PolKit support') +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('rpm_ostree', type : 'boolean', value : false, description : 'enable rpm-ostree support') +option('odrs', type : 'boolean', value : true, description : 'enable ODRS support') +option('gudev', type : 'boolean', value : true, description : 'enable GUdev support') +option('snap', type : 'boolean', value : false, description : 'enable Snap support') +option('external_appstream', type : 'boolean', value : false, description : 'enable external AppStream support') +option('valgrind', type : 'boolean', value : true, description : 'enable Valgrind debugging integration') +option('gtk_doc', type : 'boolean', value : true, description : 'enable API reference') +option('hardcoded_popular', type : 'boolean', value : true, description : 'enable hardcoded-popular apps plugin') +option('default_featured_apps', type : 'boolean', value : true, description : 'enable installation of default featured apps list') +option('mogwai', type : 'boolean', value : false, description : 'enable metered data support using Mogwai') +option('sysprof', type : 'feature', value : 'auto', description : 'enable sysprof-capture support for profiling') |