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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3918>
This commit is contained in:
parent
ef3de1e58e
commit
b67afb6fd5
1 changed files with 1 additions and 1 deletions
|
@ -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[@]}" \
|
||||
|
|
Loading…
Reference in a new issue