summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-11-13 20:38:46 +0100
committerFlorian Müllner <fmuellner@gnome.org>2020-11-20 14:52:26 +0100
commitabdf467ad9cfb701b489c8129e193bb552df827e (patch)
tree922268bdf61173e17e065aa05bca947863d56471 /.gitlab-ci.yml
parente4db49d467e027364237c925a367e368213aa8bc (diff)
downloadmutter-abdf467ad9cfb701b489c8129e193bb552df827e.tar.gz
ci: Include GTK4
... for https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1584>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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 &&