extra-repos/systemd: add kbd dependency (MR 5074) (MR 5563)

This is required by systemd-vconsole-setup, which is currently
configured to run on boot (without kbd/loadkeys, the service crashes.)

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2024-04-26 16:01:12 -07:00 committed by Oliver Smith
parent 28c069faa3
commit 34abd3fcc6
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -3,7 +3,7 @@
pkgname=systemd
pkgver=255.2
pkgrel=0
pkgrel=1
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
@ -62,6 +62,7 @@ makedepends="
# and not the Alpine ones.
depends="
!openrc
kbd
kmod
"
if [ -z "$BOOTSTRAP" ] || [ "$BOOTSTRAP" -gt 2 ]; then