diff options
Diffstat (limited to 'recipes')
| -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 |
