diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-14 21:38:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 05:52:26 -0800 |
commit | b6ea5818314d6de3a68df455e462f98f06cfd860 (patch) | |
tree | 6780c9c4dc5c8a2ecb4e3192e4036eacf956953e | |
parent | 1dfe4f5d49bbbaf1adc28dacac92b5288021309b (diff) | |
download | openembedded-core-b6ea5818314d6de3a68df455e462f98f06cfd860.tar.gz openembedded-core-b6ea5818314d6de3a68df455e462f98f06cfd860.tar.bz2 openembedded-core-b6ea5818314d6de3a68df455e462f98f06cfd860.zip |
matchbox-keyboard: add RRECOMMENDS to matchbox-keyboard-applet
The keyboard is more useful with the applet, as it means that you can hide it.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index 6841596f42..6944a0740d 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb @@ -52,3 +52,4 @@ do_install_append () { GTKIMMODULES_PACKAGES = "${PN}-im" RDEPENDS_${PN} = "formfactor dbus-wait" +RRECOMMENDS_${PN} = "${PN}-applet" |