[mutter/ci-gtk4] ci: Include GTK4




commit abdf467ad9cfb701b489c8129e193bb552df827e
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Nov 13 20:38:46 2020 +0100

    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>

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c892c82a2..e8fc157e6b 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 &&
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]