From 630f0c4478433a470be1f1df717cc31af8eeacae Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 27 Sep 2018 16:55:22 +0200 Subject: [PATCH] mozconfig-v6.60.eclass: disable stylo for arm, renders gui unusable Reported-by: stefson Signed-off-by: Thomas Deutschmann --- eclass/mozconfig-v6.60.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index a9b04fd7730b..2e2b1b9ec614 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -215,6 +215,9 @@ mozconfig_config() { # Stylo is only broken on x86 builds use x86 && mozconfig_annotate 'Upstream bug 1341234' --disable-stylo + # Stylo is horribly broken on arm, renders GUI unusable + use arm && mozconfig_annotate 'breaks UI on arm' --disable-stylo + # Must pass release in order to properly select linker mozconfig_annotate 'Enable by Gentoo' --enable-release -- 2.26.2