retroarch: arm* is broken
This commit is contained in:
parent
c46b26fbfa
commit
222017237e
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ build_options_default="ffmpeg"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) build_options_default+=" opengl pulseaudio sdl2 x11 vulkan";;
|
||||
armv[67]*) makedepends+=" rpi-userland-devel";;
|
||||
armv[67]*) makedepends+=" rpi-userland-devel"
|
||||
broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/7059/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in a new issue