From: Justin Patrin Date: Sun, 21 Aug 2005 23:51:42 +0000 (+0000) Subject: Add RDEPENDS to DEPENDS X-Git-Tag: Release-2010-05/1~9453^2~3849^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec8b2daa238174a06c025c2a69cd96dd0fa6bcf;p=openembedded.git Add RDEPENDS to DEPENDS --- 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 "