summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-19 20:27:39 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-12-14 22:34:21 -0300
commit5ca53a0a78108019bf37ba01b07ac25a123db34a (patch)
tree34b187a397a28aab20c4c585c1da861830c36074 /meson_options.txt
parent5303a977b1a6ae1c0c484a51bd32187724705756 (diff)
downloadgnome-control-center-5ca53a0a78108019bf37ba01b07ac25a123db34a.tar.gz
Drop Cheese dependency
Cheese is not ready for GTK4, and probably won't ever be, so just drop the dependency. We'll reimplement webcam support using PipeWire later.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1b7b54810..dbca72387 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,3 @@
-option('cheese', type: 'boolean', value: true, description: 'build with cheese webcam support')
option('documentation', type: 'boolean', value: false, description: 'build documentation')
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')