gdm: broken on musl due to elogind
This commit is contained in:
parent
5ac2185aa3
commit
58208007f3
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=6a43e623f563c2e366297c2ee8d160526a285e102c73936e27a1d79076d6969f
|
checksum=6a43e623f563c2e366297c2ee8d160526a285e102c73936e27a1d79076d6969f
|
||||||
|
# Due to elogind
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/1121/steps/shell_3/logs/stdio"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue