efl: mark as broken on aarch64*
This commit is contained in:
parent
f9c0e24258
commit
0eb2ce4ffb
@ -55,6 +55,9 @@ case "$XBPS_TARGET_MACHINE" in
|
|||||||
# XXX disable neon... the code is utterly broken.
|
# XXX disable neon... the code is utterly broken.
|
||||||
configure_args+=" --disable-neon"
|
configure_args+=" --disable-neon"
|
||||||
;;
|
;;
|
||||||
|
aarch64*)
|
||||||
|
broken="lt-edje_cc: Critical. Compiling script code not clean."
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$build_option_opengl" ]; then
|
if [ "$build_option_opengl" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user