diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 07:49:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 08:38:10 +0100 |
commit | 5ea98f53845183209f5fe6d9524a69114b2a93a7 (patch) | |
tree | 77ab2d456aed42dca19759382e26844b89ab144e /recipes/shr | |
parent | 9bef958780b5d5d30efaf69bf33989b85ebd0124 (diff) |
shr-wizard: add e-wm to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r-- | recipes/shr/shr-wizard_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb index ec63fb13fc..a08782c096 100644 --- a/recipes/shr/shr-wizard_git.bb +++ b/recipes/shr/shr-wizard_git.bb @@ -1,6 +1,7 @@ DESCRIPTION = "An e17 module and a python app for the SHR first run wizard" HOMEPAGE = "http://shr-project.org" LICENSE = "GPL" +DEPENDS = "e-wm" RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus" SECTION = "x11/application" PV = "0.0.0+gitr${SRCREV}" |