summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-02-06 13:10:50 +0000
committerPhilip Withnall <withnall@endlessm.com>2020-02-14 15:24:42 +0000
commit9cd679a268e5627fb5d9abdf3e5eca9812d9fce4 (patch)
tree8e51805d6f6c2e674083e828cbac424ef411b0ff /meson_options.txt
parent309b6757866c2357f265ea2c273a5ffdf097689a (diff)
downloadgnome-initial-setup-9cd679a268e5627fb5d9abdf3e5eca9812d9fce4.tar.gz
build: Add parental_controls option
This controls whether parental controls support is enabled. It adds an optional dependency on libmalcontent and libmalcontent-ui. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2d475e1..741e844 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,3 +20,9 @@ option('systemd',
value: true,
description: 'Enable systemd integration'
)
+
+option('parental_controls',
+ type: 'feature',
+ value: 'auto',
+ description: 'Enable parental controls pages',
+)