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 | 16d3bdc26aff3622b620261b79e835b187d00087 (patch) | |
tree | 08fa3d639c40db54dbec109ba54893b8ea152db4 /eclass/mozcoreconf.eclass | |
parent | Stable on x86. Bug #116314 (diff) | |
download | gentoo-2-16d3bdc26aff3622b620261b79e835b187d00087.tar.gz gentoo-2-16d3bdc26aff3622b620261b79e835b187d00087.tar.bz2 gentoo-2-16d3bdc26aff3622b620261b79e835b187d00087.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 |