diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-31 18:21:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-31 18:21:27 +0000 |
commit | 4a07f4d8a2e4156359f4c2bed603d283394e7e2f (patch) | |
tree | 5c75c43fba4c53b6b117af6782bf02b8540f1909 /packages/e17 | |
parent | 1cb8d856cd0f4294ff349362994f9a784982c36c (diff) |
entrance: add glibc-gconv-iso8859-1 to RDEPENDS, fixes earlier issue with keyboard not working
Diffstat (limited to 'packages/e17')
-rw-r--r-- | packages/e17/entrance_20050810.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index 65d9482c02..2af2816457 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -3,11 +3,11 @@ 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" -RDEPENDS += "bash keylaunch detect-stylus x11-common" +RDEPENDS += "bash keylaunch detect-stylus x11-common glibc-gconv-iso8859-1" HOMEPAGE = "http://www.enlightenment.org" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" CVSDATE = "${PV}" -PR = "r5" +PR = "r6" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \ file://Xserver.patch;patch=1 \ |