From: Thomas Deutschmann Date: Thu, 27 Sep 2018 14:55:22 +0000 (+0200) Subject: mozconfig-v6.60.eclass: disable stylo for arm, renders gui unusable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=630f0c4478433a470be1f1df717cc31af8eeacae;p=gentoo.git mozconfig-v6.60.eclass: disable stylo for arm, renders gui unusable Reported-by: stefson Signed-off-by: Thomas Deutschmann --- 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