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
1 changed files with 3 additions and 0 deletions

View File

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