summaryrefslogtreecommitdiff
path: root/packages/e17
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-21 23:51:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-21 23:51:42 +0000
commit2ec8b2daa238174a06c025c2a69cd96dd0fa6bcf (patch)
treebace8f172eafb32051f1afdb9c4aef98e845e512 /packages/e17
parenta98fc361734009b592044b9b73dfdce3f20caebd (diff)
Add RDEPENDS to DEPENDS
Diffstat (limited to 'packages/e17')
-rw-r--r--packages/e17/entrance_20050810.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb
index d032eeacf3..e43fe9aff8 100644
--- a/packages/e17/entrance_20050810.bb
+++ b/packages/e17/entrance_20050810.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Entrace is the Enlightenment login manager"
SECTION = "e/apps"
LICENSE = "MIT"
# can also use pam and crypt
-DEPENDS = "edb evas-x11 ecore-x11 edje esmart"
+DEPENDS = "edb evas-x11 ecore-x11 edje esmart bash keylaunch detect-stylus x11-common"
RDEPENDS += "bash keylaunch detect-stylus x11-common"
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"