mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
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.
|
# 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…
Add table
Reference in a new issue