From 6d0d69558eddaadbbc71774446abbd7b0c9c529d Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Tue, 11 Jul 2023 17:45:22 +0200 Subject: [PATCH] build: Enable libdisplay-info for the default builds Part-of: --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e4b9d527..f6bd63722 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ variables: - .skip-git-clone variables: FDO_DISTRIBUTION_VERSION: 39 - BASE_TAG: '2023-08-31.0' + BASE_TAG: '2023-09-12.0' MUTTER_USER: 'meta-user' FDO_DISTRIBUTION_PACKAGES: asciidoc @@ -102,6 +102,7 @@ variables: gi-docgen python3-dbusmock pkgconfig(libgcrypt) + pkgconfig(libdisplay-info) FDO_DISTRIBUTION_EXEC: | set -e @@ -310,6 +311,7 @@ check-code-style: -Degl_device=true -Dwayland_eglstream=true -Dcatch=true + -Dlibdisplay_info=true .build-mutter: extends: