diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-15 11:05:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-15 11:05:16 +0100 |
commit | 326a2d63b82a20b6d80cef2f11e349886f3390a4 (patch) | |
tree | e37b9b04ec3244def075e4d4d19cc313e70c0fe7 /recipes/e17 | |
parent | 52bd7b7ec21cddb3792bb37e312a01526f223d60 (diff) |
rage: add missing dep on emotion
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/rage_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/e17/rage_svn.bb b/recipes/e17/rage_svn.bb index 7a176054f2..3a4ccb0136 100644 --- a/recipes/e17/rage_svn.bb +++ b/recipes/e17/rage_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Rage is a media center application based on EFL" AUTHOR = "Carsten 'The Rasterman' Haitzler" HOMEPAGE = "http://www.rasterman.com" LICENSE = "MIT BSD" -DEPENDS = "evas ecore edje" +DEPENDS = "emotion evas ecore edje" SECTION = "x11/multimedia" PV = "0.3.0.042+svnr${SRCPV}" |