summaryrefslogtreecommitdiff
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build12
1 files changed, 0 insertions, 12 deletions
diff --git a/meson.build b/meson.build
index 3815be78f..6c95516cb 100644
--- a/meson.build
+++ b/meson.build
@@ -171,17 +171,6 @@ config_h.set10('HAVE_CUPS_HTTPCONNECT2',
cc.has_function('httpConnect2', dependencies: cups_dep),
description: 'Define if httpConnect2() is available in CUPS')
-# Optional dependency for the user accounts panel
-enable_cheese = get_option('cheese')
-if enable_cheese
- cheese_deps = [
- dependency('cheese', version: '>= 3.28.0'),
- dependency('cheese-gtk', version: '>= 3.5.91')
- ]
-endif
-config_h.set('HAVE_CHEESE', enable_cheese,
- description: 'Define to 1 to enable cheese webcam support')
-
# IBus support
enable_ibus = get_option('ibus')
if enable_ibus
@@ -310,7 +299,6 @@ summary({
}, section: 'Dependencies')
summary({
- 'Cheese': enable_cheese,
'IBus': enable_ibus,
'Snap': enable_snap,
'Malcontent': enable_malcontent,