From 7dc4082d3fc0ae99e2347f49f04e121f679f95d8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 20 Sep 2018 19:40:10 -0300 Subject: [PATCH] efl: mark armv[67]l as broken --- srcpkgs/efl/template | 3 +++ 1 file changed, 3 insertions(+) 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"