aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-25 17:05:10 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-25 17:05:36 +0200
commit053034bb1e133fad64a991f5c7ee19ee705c5d6b (patch)
tree5c8fbcd9048535fc53af5eb68ac2d1d829b706fd /meta-efl
parenta808e913c2f019d5b10b9af5efcc8eb245bc66f9 (diff)
downloadmeta-openembedded-contrib-053034bb1e133fad64a991f5c7ee19ee705c5d6b.tar.gz
e-wm svn: add missing eina dependency
| checking for E_REMOTE... no | configure: error: Package requirements ( | ecore >= 1.0.999 | ecore-ipc >= 1.0.999 | eet >= 1.4.0 | eina >= 1.0.999 | ) were not met: | | No package 'eina' found Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index b32634dd7a..9272aab595 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "The Enlightenment Window Manager Version 17"
-DEPENDS = "eet evas ecore edje efreet edbus eeze"
+DEPENDS = "eet evas eina ecore edje efreet edbus eeze"
LICENSE = "MIT BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=f523ab5986cc79b52a90d2ac3d5454a2"
SRCNAME = "e"