efl: mark armv[67]l as broken

This commit is contained in:
maxice8 2018-09-20 19:40:10 -03:00
parent 0eb2ce4ffb
commit 7dc4082d3f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -47,6 +47,9 @@ case "$XBPS_TARGET_MACHINE" in
# Enable gles2 by default on x86. # Enable gles2 by default on x86.
build_options_default+=" opengl" build_options_default+=" opengl"
;; ;;
armv[67]l)
broken="lt-edje_cc: Critical. Compiling script code not clean."
;;
armv6l*) armv6l*)
# Disable neon. # Disable neon.
configure_args+=" --disable-neon" configure_args+=" --disable-neon"