efl: unbreak on armv[67]l

This commit is contained in:
John 2019-02-01 02:58:28 +01:00
parent 3dea017348
commit 7a9ef117a9
No known key found for this signature in database
GPG Key ID: 778558807E4FFC55

View File

@ -1,4 +1,4 @@
# Template file for 'efl'.
# Template file for 'efl'
pkgname=efl
version=1.21.0
revision=6
@ -47,9 +47,6 @@ 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"