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 06:09:20 -0800 |
commit | 4cd94db3e171a41b61de3bfcda576454e845ad46 (patch) | |
tree | e2a4d95ef5fd997c6cede0ac7eab036f73ab4441 | |
parent | 1cdacff50e7bf480a1a4d82628f776fd0a42390b (diff) | |
download | poky-4cd94db3e171a41b61de3bfcda576454e845ad46.tar.gz |
matchbox-keyboard: add RRECOMMENDS to matchbox-keyboard-applet
The keyboard is more useful with the applet, as it means that you can hide it.
(From OE-Core rev: b6ea5818314d6de3a68df455e462f98f06cfd860)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 () { | |||
52 | GTKIMMODULES_PACKAGES = "${PN}-im" | 52 | GTKIMMODULES_PACKAGES = "${PN}-im" |
53 | 53 | ||
54 | RDEPENDS_${PN} = "formfactor dbus-wait" | 54 | RDEPENDS_${PN} = "formfactor dbus-wait" |
55 | RRECOMMENDS_${PN} = "${PN}-applet" | ||