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 2d071d658f
commit 6fe0bd75be

View file

@ -140,7 +140,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
@ -151,6 +151,7 @@ include:
g++ g++
dbus-dev dbus-dev
doxygen doxygen
elogind-dev
eudev-dev eudev-dev
fdk-aac-dev fdk-aac-dev
git git
@ -353,7 +354,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: