summaryrefslogtreecommitdiff
blob: 6103a2b57e560644fac22fee0f0a417c1abc8d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.2.2.001.ebuild,v 1.1 2006/07/16 05:11:20 vapier Exp $

inherit enlightenment

DESCRIPTION="image loader plugins for Imlib 2"

RDEPEND=">=media-libs/imlib2-1.2.0
	>=dev-db/edb-1.0.5
	>=dev-libs/eet-0.9.9"

src_compile() {
	export MY_ECONF="
		--enable-eet
		--enable-edb
	"
	enlightenment_src_compile
}