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-09 08:51:13 +0100 |
commit | 814d89bcbacb559775ad1b46f2163eaa7fae7f34 (patch) | |
tree | aba27571170b5fcf5c4eedb96b7c52d0a1d780fb /meta/recipes-graphics/xorg-xserver | |
parent | 40fe7adfd522cc32bb54bdc8f58dadd9ab1e0673 (diff) | |
download | poky-814d89bcbacb559775ad1b46f2163eaa7fae7f34.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 rev: f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc)
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-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 | ||