Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136029
Collapse All | Expand All

(-)cairo-1.1.6-r1.ebuild (-1 / +3 lines)
Lines 11-20 Link Here
11
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
11
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86"
14
IUSE="doc glitz pdf png svg X"
14
IUSE="doc glitz pdf png svg X directfb"
15
15
16
RDEPEND="media-libs/fontconfig
16
RDEPEND="media-libs/fontconfig
17
	>=media-libs/freetype-2.1.4
17
	>=media-libs/freetype-2.1.4
18
	directfb? ( dev-libs/DirectFB )
18
	X? (	|| (
19
	X? (	|| (
19
			( x11-libs/libXrender
20
			( x11-libs/libXrender
20
			x11-libs/libXext
21
			x11-libs/libXext
Lines 52-57 Link Here
52
		$(use_enable svg) \
53
		$(use_enable svg) \
53
		$(use_enable pdf) \
54
		$(use_enable pdf) \
54
		$(use_enable doc gtk-doc) \
55
		$(use_enable doc gtk-doc) \
56
		$(use_enable directfb) \
55
		$(use_enable glitz) \
57
		$(use_enable glitz) \
56
		--enable-freetype \
58
		--enable-freetype \
57
		--enable-ps || die "./configure failed"
59
		--enable-ps || die "./configure failed"

Return to bug 136029