blob: cece54b7d1bd55e80944b9b4f2e233d889646d73 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "The Enlightened Widget Library, \
a simple-to-use general purpose widget library \
based on the enlightenment foundation libraries."
DEPENDS = "evas ecore edje emotion efreet"
RSUGGESTS_${PN} += "ewl-themes"
LICENSE = "MIT"
PR = "r0"
inherit efl1
|