From b67afb6fd5383ccf7c7eeead6108944a748e2ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 3 Aug 2024 01:33:11 +0200 Subject: [PATCH] ci: Update gsettings-desktop-schemas check `accent-color` is no longer the most recent setting we require, but the tablet tool settings for https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3794. Part-of: --- .gitlab-ci/install-common-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/install-common-dependencies.sh b/.gitlab-ci/install-common-dependencies.sh index 4b1dc3dd6..752cf0c1d 100755 --- a/.gitlab-ci/install-common-dependencies.sh +++ b/.gitlab-ci/install-common-dependencies.sh @@ -72,7 +72,7 @@ then 1.36 fi -if ! gsettings get org.gnome.desktop.interface accent-color >/dev/null 2>&1 +if ! pkgconf --atleast-version 47.beta gsettings-desktop-schemas then ./$SCRIPTS_DIR/install-meson-project.sh \ "${OPTIONS[@]}" \