diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-12-23 03:46:49 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-12-23 03:46:49 +0000 |
commit | b48dfdc20710d3325c7f25c33212ceb75a16f1d0 (patch) | |
tree | 34f8513ba32b75aa922ab389db6192cb603ea13c /eclass/mozcoreconf.eclass | |
parent | Stable on x86. Bug #116314 (diff) | |
download | historical-b48dfdc20710d3325c7f25c33212ceb75a16f1d0.tar.gz historical-b48dfdc20710d3325c7f25c33212ceb75a16f1d0.tar.bz2 historical-b48dfdc20710d3325c7f25c33212ceb75a16f1d0.zip |
minor changes to handle svg and canvas default in ff/tb-1.5
Diffstat (limited to 'eclass/mozcoreconf.eclass')
-rw-r--r-- | eclass/mozcoreconf.eclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/mozcoreconf.eclass b/eclass/mozcoreconf.eclass index 6562816ea004..4fd628a73421 100644 --- a/eclass/mozcoreconf.eclass +++ b/eclass/mozcoreconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.2 2005/12/14 07:45:50 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf.eclass,v 1.3 2005/12/23 03:46:49 anarchy Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -164,7 +164,10 @@ mozconfig_init() { --disable-profilesharing \ --disable-profilelocking \ --enable-default-toolkit=gtk2 \ - --enable-pango + --enable-pango \ + --enable-svg \ + --enable-svg-renderer=cairo \ + --enable-system-cairo # Here is a strange one... if is-flag '-mcpu=ultrasparc*' || is-flag '-mtune=ultrasparc*'; then |