commit: 630f0c4478433a470be1f1df717cc31af8eeacae
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 14:55:22 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 16:19:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630f0c44
mozconfig-v6.60.eclass: disable stylo for arm, renders gui unusable
Reported-by: stefson <herrtimson <AT> yahoo.de>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
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 a9b04fd7730..2e2b1b9ec61 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