diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-09-01 20:27:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-01 20:27:29 +0000 |
commit | 2860dd45b20c36df5f7a69a18b32f0c112c7d9ed (patch) | |
tree | 251ac59f23414427d0eca88e8dddf6cc3fe1c87d /packages/e17 | |
parent | 93eebe9e41f1d03ead4e7a84de6c20bf5e814ab6 (diff) |
entrance: add edb-native to depends
-We can remove this when we update to a newer entrance which uses ecore_config instead of edb_ed
Diffstat (limited to 'packages/e17')
-rw-r--r-- | packages/e17/entrance_20050810.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index 09f3de4adc..8a7a08b881 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Entrance is the Enlightenment login manager" SECTION = "e/apps" LICENSE = "MIT" # can also use pam and crypt -DEPENDS = "edb evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common" +DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common" RDEPENDS += "bash keylaunch detect-stylus x11-common glibc-gconv-iso8859-1" HOMEPAGE = "http://www.enlightenment.org" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" |