diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-09 21:18:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-09 21:21:01 +0100 |
commit | 09e89d01e7233ad77f1384714a69b61701313ceb (patch) | |
tree | 75d8aaf290628600d4985d322cc916d0cc3fbab7 /recipes/tasks | |
parent | 9fa5bd8ff0fceac54273850140b71319bc2c3b7e (diff) |
task-shr-minimal: readd libx11-locale
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr-minimal.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb index c82e6d0aea..39763975dd 100644 --- a/recipes/tasks/task-shr-minimal.bb +++ b/recipes/tasks/task-shr-minimal.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Lite Image Feed" -PR = "r26" +PR = "r27" PV = "2.0" LICENSE = "GPL" @@ -111,6 +111,8 @@ RDEPENDS_${PN}-x = "\ shr-theme-gry \ xcursor-transparent-theme \ xinput-calibrator \ +# Needed for proper input support in efl based apps + libx11-locale \ # All localedata based on IMAGE_LINGUAS ${@get_rdepends(bb, d)} \ # Make sure it's available for those who want's to play with illume2 |