diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-05 20:03:45 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-05 20:03:45 +0100 |
commit | 59782174255024ec8f88765278be4b0c5da03cd1 (patch) | |
tree | afef3a3e355348dfcf4648658165ba650991519a | |
parent | 2152fc06dc59f6fdb7e5f38397be8c34e98d8838 (diff) |
task-shr-feed: fix illume keyboards
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 17766635ec..328a422064 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Feed" -PR = "r27" +PR = "r28" PV = "1.0" LICENSE = "GPL" @@ -211,7 +211,18 @@ RDEPENDS_${PN} += "\ elmdentica \ shr-installer \ eject \ - illume-keyboards-shr \ + illume-keyboard-arabic \ + illume-keyboard-browse \ + illume-keyboard-danish \ + illume-keyboard-default-alt \ + illume-keyboard-dutch \ + illume-keyboard-dvorak \ + illume-keyboard-french \ + illume-keyboard-german \ + illume-keyboard-hebrew \ + illume-keyboard-numeric-alt \ + illume-keyboard-russian \ + illume-keyboard-russian-terminal \ python-xlib \ xcompmgr \ man \ |