1 |
vapier |
1.1 |
# Copyright 1999-2004 Gentoo Foundation |
2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
3 |
vapier |
1.2 |
# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ecore-1.0.0.20050116_pre7.ebuild,v 1.1 2005/01/17 03:14:05 vapier Exp $ |
4 |
vapier |
1.1 |
|
5 |
|
|
EHACKAUTOGEN=yes |
6 |
|
|
inherit enlightenment |
7 |
|
|
|
8 |
|
|
DESCRIPTION="core event abstraction layer and X abstraction layer (nice convenience library)" |
9 |
|
|
HOMEPAGE="http://www.enlightenment.org/pages/ecore.html" |
10 |
|
|
|
11 |
|
|
IUSE="X fbcon opengl" |
12 |
|
|
|
13 |
|
|
DEPEND=">=x11-libs/evas-1.0.0.20041016_pre13 |
14 |
|
|
virtual/x11 |
15 |
|
|
opengl? ( virtual/opengl )" |
16 |
|
|
|
17 |
|
|
src_compile() { |
18 |
|
|
export MY_ECONF=" |
19 |
|
|
$(use_enable X ecore-x) \ |
20 |
|
|
--enable-ecore-job \ |
21 |
|
|
$(use_enable fbcon ecore-fb) \ |
22 |
|
|
--enable-ecore-evas \ |
23 |
|
|
$(use_enable opengl ecore-evas-gl) \ |
24 |
|
|
$(use_enable fbcon ecore-evas-fb) \ |
25 |
|
|
--enable-ecore-con \ |
26 |
|
|
--enable-ecore-ipc \ |
27 |
|
|
--enable-ecore-txt \ |
28 |
|
|
--enable-ecore-config |
29 |
|
|
" |
30 |
|
|
enlightenment_src_compile |
31 |
|
|
} |