Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 27 Sep 2018 16:23:55
Message-Id: 1538065150.630f0c4478433a470be1f1df717cc31af8eeacae.whissi@gentoo
1 commit: 630f0c4478433a470be1f1df717cc31af8eeacae
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 14:55:22 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 16:19:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630f0c44
7
8 mozconfig-v6.60.eclass: disable stylo for arm, renders gui unusable
9
10 Reported-by: stefson <herrtimson <AT> yahoo.de>
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 eclass/mozconfig-v6.60.eclass | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
17 index a9b04fd7730..2e2b1b9ec61 100644
18 --- a/eclass/mozconfig-v6.60.eclass
19 +++ b/eclass/mozconfig-v6.60.eclass
20 @@ -215,6 +215,9 @@ mozconfig_config() {
21 # Stylo is only broken on x86 builds
22 use x86 && mozconfig_annotate 'Upstream bug 1341234' --disable-stylo
23
24 + # Stylo is horribly broken on arm, renders GUI unusable
25 + use arm && mozconfig_annotate 'breaks UI on arm' --disable-stylo
26 +
27 # Must pass release in order to properly select linker
28 mozconfig_annotate 'Enable by Gentoo' --enable-release