blob: 688246c464ae310712f5effd8f6ead19ae9ef9ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/ewl/ewl-9999.ebuild,v 1.7 2005/10/13 00:43:24 vapier Exp $
inherit enlightenment
DESCRIPTION="simple-to-use general purpose widget library"
DEPEND=">=media-libs/edje-0.5.0
>=dev-db/edb-1.0.5
>=x11-libs/evas-0.9.9
>=x11-libs/ecore-0.9.9"
pkg_setup() {
if ! built_with_use media-libs/edje png ; then
eerror "Re-emerge edje with USE=png"
die "Re-emerge edje with USE=png"
fi
enlightenment_pkg_setup
}
|