diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-13 12:19:16 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-13 12:19:16 +0100 |
commit | b76cf919e6a83d57e1b23b2e55824c9033511ad2 (patch) | |
tree | b9700536c35133344ca5aa5723ab5f6f10cd62ef /recipes | |
parent | c4ad2d7e51118440306d9ccf266ace4e67d60578 (diff) |
e-wm-config-illume-shr: RRECOMMEND the illume default keyboards
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/shr/e-wm-config-illume-shr_git.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/recipes/shr/e-wm-config-illume-shr_git.bb b/recipes/shr/e-wm-config-illume-shr_git.bb index 28474d4915..1a368c6fe5 100644 --- a/recipes/shr/e-wm-config-illume-shr_git.bb +++ b/recipes/shr/e-wm-config-illume-shr_git.bb @@ -3,7 +3,7 @@ SECTION = "e/utils" DEPENDS = "eet" LICENSE = "MIT BSD" PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}" -PR = "r6" +PR = "r7" inherit e @@ -17,5 +17,12 @@ EXTRA_OECONF = "\ FILES_${PN} = "${datadir}/enlightenment/data/config/illume-shr" -RRECOMMENDS_${PN} = "e-wm-theme-illume-shr e-wm-sysactions-shr e-wm-menu-shr" +RRECOMMENDS_${PN} = "\ + e-wm-theme-illume-shr \ + e-wm-sysactions-shr \ + e-wm-menu-shr \ + illume-keyboard-default-alpha \ + illume-keyboard-default-numeric \ + illume-keyboard-default-terminal \ +" |