Merge pull request #7833 from Johnnynator/clementine

clementine: unbreak armv6
This commit is contained in:
Toyam Cox 2017-09-28 11:30:45 -04:00 committed by GitHub
commit e4b2470f82

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="";;