[oe-commits] Koen Kooi : xorg-xserver-common: make xvfb depend on xkeyboard-config

git version control git at git.openembedded.org
Tue May 4 11:05:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 80ed94e7db3c88ee61f0661ebd2484be918c0f79
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=80ed94e7db3c88ee61f0661ebd2484be918c0f79

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue May  4 13:02:37 2010 +0200

xorg-xserver-common: make xvfb depend on xkeyboard-config

---

 recipes/xorg-xserver/xorg-xserver-common.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-xserver/xorg-xserver-common.inc b/recipes/xorg-xserver/xorg-xserver-common.inc
index a72812c..e5e0308 100644
--- a/recipes/xorg-xserver/xorg-xserver-common.inc
+++ b/recipes/xorg-xserver/xorg-xserver-common.inc
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org"
 SECTION = "x11/base"
 LICENSE = "MIT-X"
 
-INC_PR = "r14"
+INC_PR = "r15"
 
 PROVIDES = "virtual/xserver"
 
@@ -52,6 +52,8 @@ RRECOMMENDS_${PN} += "xserver-security-policy xkeyboard-config xorg-minimal-font
 
 PACKAGES =+ "${PN}-sdl ${PN}-fbdev ${PN}-xprint ${PN}-xvfb ${PN}-utils ${PN}-xephyr"
 
+RDEPENDS_${PN}-xvfb += "xkeyboard-config"
+
 FILES_${PN}-fbdev = "${bindir}/Xfbdev"
 FILES_${PN}-sdl = "${bindir}/Xsdl"
 FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print"





More information about the Openembedded-commits mailing list