diff options
author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2013-05-07 18:45:37 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-22 17:14:03 +0100 |
commit | aa2a3f07e9437de0490da3c33a3adaf6b75ddf40 (patch) | |
tree | 9de09bdf3851f3080006e66026e4b774799abc83 /meta/recipes-graphics | |
parent | 19bd981641dbb23c36dc681bc79ea0c31466e60a (diff) | |
download | poky-aa2a3f07e9437de0490da3c33a3adaf6b75ddf40.tar.gz |
xserver-xorg: Add xkbcomp to RRECOMMENDS
OE-Core commit bdcc5e8f1286d288baf410458efc39a59b68d751 removed xkbcomp
from RDEPENDS for xkeyboard-config but X server still needs it otherwise
it fails to start.
(From OE-Core master rev: f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc)
(From OE-Core rev: 3c77e7a6f40325e99dcf48ece77955e651248c33)
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 795410bbe7..0eca559b88 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -64,7 +64,7 @@ PACKAGES =+ "${PN}-security-policy \ | |||
64 | ${PN}-module-libxf1bpp \ | 64 | ${PN}-module-libxf1bpp \ |
65 | ${PN}-module-libxf4bpp" | 65 | ${PN}-module-libxf4bpp" |
66 | 66 | ||
67 | RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config" | 67 | RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config xkbcomp" |
68 | RDEPENDS_${PN}-xvfb += "xkeyboard-config" | 68 | RDEPENDS_${PN}-xvfb += "xkeyboard-config" |
69 | RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" | 69 | RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" |
70 | 70 | ||