mozconfig-v6.60.eclass: disable stylo for arm, renders gui unusable
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 14:55:22 +0000 (16:55 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 27 Sep 2018 16:19:10 +0000 (18:19 +0200)
Reported-by: stefson <herrtimson@yahoo.de>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
eclass/mozconfig-v6.60.eclass

index a9b04fd7730b56b456b4ae453098ba55d7d27ca8..2e2b1b9ec614d54e8676c5476029a2ec176c1572 100644 (file)
@@ -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