From 53cf1a287852633bac67bc57a52f2b418c559c91 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 22 Feb 2023 12:13:13 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 349b40ee6..9faf50149 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: .mutter.fedora@common: variables: FDO_DISTRIBUTION_VERSION: 37 - BASE_TAG: '2022-12-22.0' + BASE_TAG: '2023-02-22.0' FDO_DISTRIBUTION_PACKAGES: asciidoc clang @@ -36,7 +36,9 @@ variables: python3-pip pkgconfig(libgcrypt) pkgconfig(colord) + pkgconfig(gnome-desktop-4) pkgconfig(lcms2) + pkgconfig(libnma-gtk4) FDO_DISTRIBUTION_EXEC: | dnf install -y 'dnf-command(builddep)' &&