summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/eeze.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-26 08:44:40 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-26 08:44:40 +0200
commita3e37f1fcf05f3fcb6381e852ea41b762e980bd8 (patch)
tree80d07b39174362425d4137ad1892f6d50d54d6ec /meta-efl/recipes-efl/efl/eeze.inc
parent73e0b9d1c2003c9ef5e7ac4aca06687469bb2161 (diff)
downloadmeta-openembedded-a3e37f1fcf05f3fcb6381e852ea41b762e980bd8.tar.gz
eeze: add dependency on eet
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/efl/eeze.inc')
-rw-r--r--meta-efl/recipes-efl/efl/eeze.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/eeze.inc b/meta-efl/recipes-efl/efl/eeze.inc
index 133f2d3eb..36750122f 100644
--- a/meta-efl/recipes-efl/efl/eeze.inc
+++ b/meta-efl/recipes-efl/efl/eeze.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "Eeze is a library to simplify the use of devices" 1DESCRIPTION = "Eeze is a library to simplify the use of devices"
2LICENSE = "MIT BSD" 2LICENSE = "MIT BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5388f2e926064f899c2481629ec3de18" 3LIC_FILES_CHKSUM = "file://COPYING;md5=5388f2e926064f899c2481629ec3de18"
4DEPENDS = "ecore udev" 4DEPENDS = "ecore eet udev"
5 5
6inherit efl 6inherit efl
7 7