From 7a9ef117a9a4dfd07b95952e00a7af4933c2268b Mon Sep 17 00:00:00 2001 From: John Date: Fri, 1 Feb 2019 02:58:28 +0100 Subject: [PATCH] efl: unbreak on armv[67]l --- srcpkgs/efl/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index a37dadc6cda..0f66403ae1e 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -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"