commit: c4d832dc7dfc223b7cd586a944007f050397243c
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 12:21:28 2018 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 12:21:28 2018 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c4d832dc
eclass/mozconfig-v6.58 - pass --enable-system-pixman for good measure
eclass/mozconfig-v6.58.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/mozconfig-v6.58.eclass b/eclass/mozconfig-v6.58.eclass
index c0a337e..4aab9a4 100644
--- a/eclass/mozconfig-v6.58.eclass
+++ b/eclass/mozconfig-v6.58.eclass
@@ -266,6 +266,7 @@ mozconfig_config() {
mozconfig_annotate '' --enable-system-ffi
mozconfig_annotate '' --disable-gconf
mozconfig_annotate '' --with-intl-api
+ mozconfig_annotate '' --enable-system-pixman
# skia has no support for big-endian platforms
if [[ $(tc-endian) == "big" ]]; then