ci: add elogind to alpine CI

this should now be picked up, so add it to make sure elogind is checked in CI
This commit is contained in:
psykose 2024-09-20 03:24:05 +02:00 committed by Wim Taymans
parent cc5a4a97fe
commit ba44236f8f

View file

@ -130,7 +130,7 @@ include:
.alpine: .alpine:
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: '2024-05-30.0' FDO_DISTRIBUTION_TAG: '2024-09-20.0'
FDO_DISTRIBUTION_VERSION: '3.20' FDO_DISTRIBUTION_VERSION: '3.20'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
alsa-lib-dev alsa-lib-dev
@ -141,6 +141,7 @@ include:
g++ g++
dbus-dev dbus-dev
doxygen doxygen
elogind-dev
eudev-dev eudev-dev
fdk-aac-dev fdk-aac-dev
git git
@ -336,7 +337,7 @@ build_on_alpine:
- .build - .build
stage: build stage: build
variables: variables:
MESON_OPTIONS: "-Dsession-managers=[] -Dsnap=disabled" MESON_OPTIONS: "-Dsession-managers=[] -Dsnap=disabled -Dlogind=enabled -Dlogind-provider=libelogind"
# build with all auto() options enabled # build with all auto() options enabled
build_all: build_all: