From abdf467ad9cfb701b489c8129e193bb552df827e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 13 Nov 2020 20:38:46 +0100 Subject: [PATCH] ci: Include GTK4 ... for https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495. Part-of: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c892c82a..e8fc157e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: .mutter.fedora:33: variables: FDO_DISTRIBUTION_VERSION: 33 - FDO_DISTRIBUTION_TAG: '2020-11-16.0' + FDO_DISTRIBUTION_TAG: '2020-11-20.0' FDO_UPSTREAM_REPO: GNOME/mutter FDO_DISTRIBUTION_EXEC: | dnf install -y 'dnf-command(builddep)' && @@ -25,6 +25,7 @@ stages: # GNOME Shell dnf builddep -y gnome-shell --setopt=install_weak_deps=False && + dnf install -y 'pkgconfig(gtk4)' 'pkgconfig(vulkan)' && dnf remove -y gnome-bluetooth-libs-devel && dnf remove -y --noautoremove mutter mutter-devel &&