blob: e930fc4795460f70a579080d6a8cd65772f5488c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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_library
PACKAGES =+ "${PN}-tools"
FILES_${PN}-tools = "${bindir}/edje_*"
|