diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 2494f90bd36..8bc2bad91c9 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -47,6 +47,9 @@ 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"