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:09 +0100 |
commit | f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc (patch) | |
tree | 97a570201718f72eab9a103cf620196e0605b12c | |
parent | 50ac2ed5299e2b47b2f3fd9c9cde9d733d2f8d9b (diff) | |
download | openembedded-core-f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc.tar.gz openembedded-core-f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc.tar.bz2 openembedded-core-f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc.zip |
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.
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \ ${PN}-module-libxf1bpp \ ${PN}-module-libxf4bpp" -RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config" +RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config xkbcomp" RDEPENDS_${PN}-xvfb += "xkeyboard-config" RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" |