ci: Bump CI image to use gsettings-desktop-schemas 48.alpha
This contains the new screen time limits schema (https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/merge_requests/87) which will shortly be needed by gnome-shell. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4189>
This commit is contained in:
parent
1e65e1106f
commit
9a7a5007a0
@ -105,7 +105,7 @@ variables:
|
|||||||
- .skip-git-clone
|
- .skip-git-clone
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 41
|
FDO_DISTRIBUTION_VERSION: 41
|
||||||
BASE_TAG: '2024-10-15.0'
|
BASE_TAG: '2024-12-18.0'
|
||||||
MUTTER_USER: 'meta-user'
|
MUTTER_USER: 'meta-user'
|
||||||
FDO_DISTRIBUTION_PACKAGES:
|
FDO_DISTRIBUTION_PACKAGES:
|
||||||
clang
|
clang
|
||||||
|
@ -78,11 +78,10 @@ OPTIONS+=( "${DESTDIRS[@]/#/--destdir=}" )
|
|||||||
|
|
||||||
SCRIPTS_DIR="$(dirname $0)"
|
SCRIPTS_DIR="$(dirname $0)"
|
||||||
|
|
||||||
## Add necessary dependencies here, for example
|
if ! pkgconf --atleast-version 48.alpha gsettings-desktop-schemas
|
||||||
# if ! pkgconf --atleast-version 1.23.0 wayland-server
|
then
|
||||||
# then
|
./$SCRIPTS_DIR/install-meson-project.sh \
|
||||||
# ./$SCRIPTS_DIR/install-meson-project.sh \
|
"${OPTIONS[@]}" \
|
||||||
# "${OPTIONS[@]}" \
|
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
||||||
# https://gitlab.freedesktop.org/wayland/wayland.git \
|
master
|
||||||
# 1.23.0
|
fi
|
||||||
# fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user