summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-07-05 11:22:34 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-07-25 12:50:54 -0300
commitd118d1f14f9eecca1c2935a06d54e0f4e8e00b27 (patch)
treec84a487840bbd35f77c040711425807e26e2da91 /meson.build
parent182a970c2feba9828496835893ddeaa7193cf695 (diff)
downloadgnome-initial-setup-d118d1f14f9eecca1c2935a06d54e0f4e8e00b27.tar.gz
Drop Cheese dependency
Cheese is not ported to GTK4, and it actively blocks our port. Remove this dependency for now.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build11
1 files changed, 0 insertions, 11 deletions
diff --git a/meson.build b/meson.build
index c56ed39..1f315a8 100644
--- a/meson.build
+++ b/meson.build
@@ -45,16 +45,6 @@ if vendor_conf_file != ''
conf.set_quoted('VENDOR_CONF_FILE', vendor_conf_file)
endif
-# Needed for the 'account' page
-cheese_dep = dependency ('cheese',
- version: '>= 3.28',
- required: get_option('cheese'))
-cheese_gtk_dep = dependency ('cheese-gtk',
- version: '>= 3.3.5',
- required: get_option('cheese'))
-have_cheese = cheese_dep.found() and cheese_gtk_dep.found()
-conf.set('HAVE_CHEESE', have_cheese)
-
# Needed for the 'keyboard' page
ibus_dep = dependency ('ibus-1.0',
version: '>= 1.4.99',
@@ -84,7 +74,6 @@ subdir('build-aux')
summary(
{
'systemd support': enable_systemd,
- 'Cheese': have_cheese,
'IBus': have_ibus,
'Parental Controls': have_parental_controls,
'Vendor Configuration File':