blob: 5e78575efac7c7afa18c1353426dcec702b163fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Edje is the Enlightenment graphical design & layout library"
DEPENDS = "eet evas ecore embryo edje-native"
LICENSE = "MIT BSD"
PV = "0.5.0.042+cvs${SRCDATE}"
PR = "r0"
inherit efl
PACKAGES =+ "${PN}-utils"
DEBIAN_NOAUTONAME_${PN}-utils = "1"
FILES_${PN}-utils = "\
${bindir}/edje_* \
${datadir}/edje/include/edje.inc \
"
|