diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4ce883c1..36acf6818 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,11 +33,16 @@ variables: FDO_DISTRIBUTION_EXEC: | dnf install -y 'dnf-command(builddep)' && + dnf builddep -y gsettings-desktop-schemas --setopt=install_weak_deps=False && dnf builddep -y mutter --setopt=install_weak_deps=False && dnf builddep -y gnome-shell --setopt=install_weak_deps=False && dnf builddep -y libinput --setopt=install_weak_deps=False && dnf builddep -y wayland-protocols --setopt=install_weak_deps=False && + ./.gitlab-ci/install-meson-project.sh \ + https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \ + main . 79dd34316ffa44221bcd1b6227aebe1b4b2643d8 && + ./.gitlab-ci/install-meson-project.sh \ https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ 1.23 . &&