ci: Install colord and lcms2 devel packages

Needed for colord integration and color management.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2141>
This commit is contained in:
Jonas Ådahl 2022-07-27 13:06:49 +02:00 committed by Marge Bot
parent c7954be56e
commit 3faf1f15d7

View File

@ -18,7 +18,7 @@ variables:
.mutter.fedora@common: .mutter.fedora@common:
variables: variables:
FDO_DISTRIBUTION_VERSION: 36 FDO_DISTRIBUTION_VERSION: 36
BASE_TAG: '2022-08-18.1' BASE_TAG: '2022-09-01.0'
FDO_DISTRIBUTION_PACKAGES: FDO_DISTRIBUTION_PACKAGES:
asciidoc asciidoc
clang clang
@ -36,6 +36,8 @@ variables:
busybox busybox
gi-docgen gi-docgen
pkgconfig(libgcrypt) pkgconfig(libgcrypt)
pkgconfig(colord)
pkgconfig(lcms2)
FDO_DISTRIBUTION_EXEC: | FDO_DISTRIBUTION_EXEC: |
dnf install -y 'dnf-command(builddep)' && dnf install -y 'dnf-command(builddep)' &&