blob: 5efcc607178b68a2d0af4941928060ecaf264cd5 (
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.060
=x11-libs/evas-0.9.9.060
=x11-libs/ecore-0.9.9.060
=media-libs/edje-0.9.92.060"
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"
|