summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-27 16:55:22 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-27 18:19:10 +0200
commit630f0c4478433a470be1f1df717cc31af8eeacae (patch)
tree7df65b7d6f529cb93457b076e825d44c06be9011 /eclass/mozconfig-v6.60.eclass
parentmozconfig-v6.60.eclass: add USE=clang (diff)
downloadgentoo-630f0c4478433a470be1f1df717cc31af8eeacae.tar.gz
gentoo-630f0c4478433a470be1f1df717cc31af8eeacae.tar.bz2
gentoo-630f0c4478433a470be1f1df717cc31af8eeacae.zip
mozconfig-v6.60.eclass: disable stylo for arm, renders gui unusable
Reported-by: stefson <herrtimson@yahoo.de> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass/mozconfig-v6.60.eclass')
-rw-r--r--eclass/mozconfig-v6.60.eclass3
1 files changed, 3 insertions, 0 deletions
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