efl: mark as broken on aarch64*
This commit is contained in:
parent
f9c0e24258
commit
0eb2ce4ffb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue