efl: mark as broken on aarch64*

This commit is contained in:
maxice8 2018-09-20 19:27:33 -03:00
parent f9c0e24258
commit 0eb2ce4ffb
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -55,6 +55,9 @@ case "$XBPS_TARGET_MACHINE" in
# XXX disable neon... the code is utterly broken.
configure_args+=" --disable-neon"
;;
aarch64*)
broken="lt-edje_cc: Critical. Compiling script code not clean."
;;
esac
if [ "$build_option_opengl" ]; then