aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/engage_20060128.bb
blob: d181d57ffd2ec02a88fe503ed3600856f62f6cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Engage is the E17 icon dock"
DEPENDS = "evas-x11 ecore-x11 esmart-x11 imlib2-x11 edje ewl e-wm"
LICENSE = "MIT"
PR = "r2"

inherit e

SRC_URI = "${E_CVS};module=misc/engage;date=${PV} \
           file://no-local-includes.patch;patch=1"
S = "${WORKDIR}/engage"

EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"

FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"