From f97b225930824c554d219714ed76a86e5bde25f9 Mon Sep 17 00:00:00 2001 From: Eisha Chen-yen-su Date: Tue, 17 Jul 2018 21:02:05 +0200 Subject: [PATCH] CI: Add gtksourceview3-devel package This tells GitLab CI to install the package `gtksourceview3-devel` in order to successfully build Fractal. See https://gitlab.gnome.org/World/fractal/issues/154 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 108f8457..f6d60cc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ flatpak: only: - master before_script: - - dnf install -y rust cargo meson make gtk3-devel gspell-devel openssl-devel gmp-devel \ + - dnf install -y rust cargo meson make gtk3-devel gtksourceview3-devel gspell-devel openssl-devel gmp-devel \ gstreamer1-devel gstreamer1-plugins-base-tools \ gstreamer1-plugins-base-devel \ gstreamer1-plugins-good gstreamer1-plugins-good-extras \