Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Mon, 19 Feb 2018 12:25:08
Message-Id: 1519042888.c4d832dc7dfc223b7cd586a944007f050397243c.anarchy@gentoo
1 commit: c4d832dc7dfc223b7cd586a944007f050397243c
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 12:21:28 2018 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 12:21:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c4d832dc
7
8 eclass/mozconfig-v6.58 - pass --enable-system-pixman for good measure
9
10 eclass/mozconfig-v6.58.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/mozconfig-v6.58.eclass b/eclass/mozconfig-v6.58.eclass
14 index c0a337e..4aab9a4 100644
15 --- a/eclass/mozconfig-v6.58.eclass
16 +++ b/eclass/mozconfig-v6.58.eclass
17 @@ -266,6 +266,7 @@ mozconfig_config() {
18 mozconfig_annotate '' --enable-system-ffi
19 mozconfig_annotate '' --disable-gconf
20 mozconfig_annotate '' --with-intl-api
21 + mozconfig_annotate '' --enable-system-pixman
22
23 # skia has no support for big-endian platforms
24 if [[ $(tc-endian) == "big" ]]; then