diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-12-01 02:34:41 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-12-01 02:34:41 +0000 |
commit | ca043dafd0d6efa32b440dd7b762527042cd22d9 (patch) | |
tree | f3aca5bf995ae8f0ca510d2932539f0efda39f5c /eclass/mozconfig-2.eclass | |
parent | Added editor for games-arcade/bomns. (diff) | |
download | gentoo-2-ca043dafd0d6efa32b440dd7b762527042cd22d9.tar.gz gentoo-2-ca043dafd0d6efa32b440dd7b762527042cd22d9.tar.bz2 gentoo-2-ca043dafd0d6efa32b440dd7b762527042cd22d9.zip |
canvas changes in mozconfig-2
Diffstat (limited to 'eclass/mozconfig-2.eclass')
-rw-r--r-- | eclass/mozconfig-2.eclass | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/eclass/mozconfig-2.eclass b/eclass/mozconfig-2.eclass index 2cc4a708a312..a5e76c4aa5f6 100644 --- a/eclass/mozconfig-2.eclass +++ b/eclass/mozconfig-2.eclass @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.3 2005/11/16 21:59:59 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.4 2005/12/01 02:34:41 anarchy Exp $ # # mozconfig.eclass: the new mozilla.eclass inherit multilib flag-o-matic -IUSE="debug gnome ipv6 xinerama xprint mozsvg" +IUSE="debug gnome ipv6 xinerama xprint mozsvg canvas" RDEPEND="virtual/x11 >=sys-libs/zlib-1.1.4 @@ -24,8 +24,7 @@ RDEPEND="virtual/x11 gnome? ( >=gnome-base/gnome-vfs-2.3.5 >=gnome-base/libgnomeui-2.2.0 ) mozsvg? ( !<x11-base/xorg-x11-6.7.0-r2 - >=x11-libs/cairo-1.0.0 - >=media-libs/glitz-0.4.4)" + >=x11-libs/cairo-1.0.0)" DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -177,6 +176,7 @@ mozconfig_init() { mozconfig_use_enable ipv6 mozconfig_use_enable xinerama mozconfig_use_enable xprint + mozconfig_use_enable canvas # We use --enable-pango to do truetype fonts, and currently pango # is required for it to build @@ -212,9 +212,7 @@ mozconfig_init() { if use mozsvg; then mozconfig_annotate mozsvg --enable-svg - mozconfig_annotate mozsvg --enable-canvas mozconfig_annotate mozsvg --enable-svg-renderer=cairo - mozconfig_annotate mozsvg --enable-glitz fi # Here is a strange one... |