summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorUmang Jain <mailumangjain@gmail.com>2020-03-26 00:02:59 +0530
committerPhilip Withnall <withnall@endlessm.com>2020-06-17 12:56:43 +0100
commitdbf1b0dafb4f26f63ffd333e6e86cc63716624cd (patch)
treea3de5f020f4c6ad68cfaad4e6ff0cdf1fb1980ac /meson_options.txt
parentd86cc0d7a49477505cf2682939a29bfd4aef3a8b (diff)
downloadgnome-control-center-dbf1b0dafb4f26f63ffd333e6e86cc63716624cd.tar.gz
applications: Integrate with malcontent's restrictions
malcontent[1] is parental(or admin) controlled interface which can restrict a application's visibility and interactivity for a standard user. Hence, if the current uid has any restrictions on its installed applications, filter them out from the applications panel. Make the malcontent support enable or disable by setting it up as a build-time meson option. [1]: https://gitlab.freedesktop.org/pwithnall/malcontent/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e76308e8a..1b7b54810 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,3 +7,4 @@ option('tests', type: 'boolean', value: true, description: 'build tests')
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
option('profile', type: 'combo', choices: ['default','development'], value: 'default')
+option('malcontent', type: 'boolean', value: false, description: 'build with malcontent support')