blob: 7715cf7344ed1ea2708f1518eb887b275eb807e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/etk/etk-9999.ebuild,v 1.1 2005/11/09 00:03:22 vapier Exp $
ECVS_MODULE="e17/proto/etk"
inherit enlightenment
DESCRIPTION="toolkit based on the EFL"
IUSE="nls"
DEPEND="x11-libs/evas
media-libs/edje
x11-libs/ecore"
src_compile() {
export MY_ECONF="
$(use_enable nls)
"
enlightenment_src_compile
}
|