ci: Update image with new/future dependencies

gnome-desktop4 will be used from both Mutter and GNOME Shell,
and libnma-gtk4 only from GNOME Shell.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2864>
This commit is contained in:
Carlos Garnacho 2023-02-22 12:13:13 +01:00 committed by Marge Bot
parent b521747d81
commit 53cf1a2878

View File

@ -18,7 +18,7 @@ variables:
.mutter.fedora@common: .mutter.fedora@common:
variables: variables:
FDO_DISTRIBUTION_VERSION: 37 FDO_DISTRIBUTION_VERSION: 37
BASE_TAG: '2022-12-22.0' BASE_TAG: '2023-02-22.0'
FDO_DISTRIBUTION_PACKAGES: FDO_DISTRIBUTION_PACKAGES:
asciidoc asciidoc
clang clang
@ -36,7 +36,9 @@ variables:
python3-pip python3-pip
pkgconfig(libgcrypt) pkgconfig(libgcrypt)
pkgconfig(colord) pkgconfig(colord)
pkgconfig(gnome-desktop-4)
pkgconfig(lcms2) pkgconfig(lcms2)
pkgconfig(libnma-gtk4)
FDO_DISTRIBUTION_EXEC: | FDO_DISTRIBUTION_EXEC: |
dnf install -y 'dnf-command(builddep)' && dnf install -y 'dnf-command(builddep)' &&