blob: 79336b74b527ad8a2ea15400b58a3e00bac19c88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Edje is a complex graphical design & layout library."
# can also install vim data files
DEPENDS = "eet evas ecore embryo edje-native"
LICENSE = "MIT"
PV = "0.5.0+cvs${SRCDATE}"
PR = "r0"
inherit efl_library
# NOTE: Packaging needs work. edje_cc should actually be in the -dev package etc.
|