aboutsummaryrefslogtreecommitdiff
blob: 6b73402bbdf03860ef3d34059dcea8acf340d36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

inherit enlightenment_svn

DESCRIPTION="The Enlightenment etk library."
HOMEPAGE="http://enlightenment.org"

KEYWORDS="~arm ~x86 ~amd64"
IUSE=""

RDEPEND="net-libs/gnutls
	dev-libs/openssl
	=dev-libs/eina-0.0.2.061
	=x11-libs/evas-0.9.9.061
	=x11-libs/ecore-0.9.9.061
	=media-libs/edje-0.9.92.061"

DEPEND=">=dev-util/pkgconfig-0.9.0
	media-libs/edje"

E17_EXTRA_CONF="--x-includes=${SYSROOT}/usr/X11R6/include \
	--x-libraries=${SYSROOT}/usr/X11R6/lib"