[oe-commits] Stefan Stanacar : xserver-xorg: Add xkbcomp to RRECOMMENDS

git at git.openembedded.org git at git.openembedded.org
Thu May 9 08:42:02 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc

Author: Stefan Stanacar <stefanx.stanacar at intel.com>
Date:   Tue May  7 18:45:37 2013 +0300

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 795410b..0eca559 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})"
 





More information about the Openembedded-commits mailing list