gdm: broken on musl due to elogind

This commit is contained in:
Enno Boland 2017-03-04 15:43:56 +01:00
parent 5ac2185aa3
commit 58208007f3

View file

@ -34,6 +34,13 @@ homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
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
build_options="gir"