clementine: unbreak armv6

This commit is contained in:
John 2017-09-26 23:32:29 +02:00
parent 192260e2b1
commit ad833738df

View file

@ -22,14 +22,10 @@ if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel protobuf-c"
fi
case "$XBPS_TARGET_MACHINE" in
armv6*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/5092/steps/shell_3/logs/stdio" ;;
esac
build_options="spotify"
case "$XBPS_TARGET_MACHINE" in
x86_64 | i686 | armv6l | armv7l)
x86_64 | i686 | armv7l)
build_options_default="spotify";;
*)
build_options_default="";;