gitlab-ci: Add readline dependency

This commit is contained in:
Jonas Holmberg 2022-11-07 16:16:22 +01:00
parent 050a51aab3
commit bac7b10226

View file

@ -25,7 +25,7 @@ include:
.fedora: .fedora:
variables: variables:
# Update this tag when you want to trigger a rebuild # Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2022-09-07.0' FDO_DISTRIBUTION_TAG: '2022-11-07.0'
FDO_DISTRIBUTION_VERSION: '35' FDO_DISTRIBUTION_VERSION: '35'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
alsa-lib-devel alsa-lib-devel
@ -69,6 +69,7 @@ include:
python3-pip python3-pip
pulseaudio-utils pulseaudio-utils
openal-soft openal-soft
readline-devel
FDO_DISTRIBUTION_EXEC: >- FDO_DISTRIBUTION_EXEC: >-
pip3 install meson pip3 install meson