From 24db2ef9e75c6edf49b28cd7d46495180fc0f216 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 1 Oct 2020 14:44:14 -0400 Subject: [PATCH] Enable pango plugin on Windows This tests that all fallbacks works to get pango plugin built with no system dependencies available. Part-of: --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 2ebdc25..7317b41 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -722,6 +722,7 @@ valgrind ges: -Dlibav=disabled -Dvaapi=disabled -Ddevtools=disabled + -Dgst-plugins-base:pango=enabled rules: - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-integration-testsuites|gst-omx|gst-plugins-rs|gstreamer-vaapi)$/' script: -- 2.7.4