diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 08:44:40 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 08:44:40 +0200 |
commit | a3e37f1fcf05f3fcb6381e852ea41b762e980bd8 (patch) | |
tree | 80d07b39174362425d4137ad1892f6d50d54d6ec /meta-efl/recipes-efl/efl | |
parent | 73e0b9d1c2003c9ef5e7ac4aca06687469bb2161 (diff) | |
download | meta-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')
-rw-r--r-- | meta-efl/recipes-efl/efl/eeze.inc | 2 |
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 @@ | |||
1 | DESCRIPTION = "Eeze is a library to simplify the use of devices" | 1 | DESCRIPTION = "Eeze is a library to simplify the use of devices" |
2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5388f2e926064f899c2481629ec3de18" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5388f2e926064f899c2481629ec3de18" |
4 | DEPENDS = "ecore udev" | 4 | DEPENDS = "ecore eet udev" |
5 | 5 | ||
6 | inherit efl | 6 | inherit efl |
7 | 7 | ||