blob: 1e8f8c0491dd4f50a6b4c132cadc236cdc2cae3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit enlightenment
DESCRIPTION="The Enlightenment dbus binding library."
HOMEPAGE="http://enlightenment.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~x86 ~amd64"
IUSE="+hal"
RDEPEND="=dev-libs/eina-${PV}
>=sys-apps/dbus-1.2.1
=x11-libs/ecore-${PV}"
DEPEND=">=dev-util/pkgconfig-0.9.0"
E17_EXTRA_CONF="--enable-enm \
--enable-build-test-gui \
--enable-enotify \
$(use_enable hal ehal)"
|