[oe-commits] : xorg-xserver: it needs hal at build and runtime, so add proper (R) DEPENDS

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Aug 15 12:09:49 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 4505768caa2232b1bbd251b22ccc2d9ec488a010
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=4505768caa2232b1bbd251b22ccc2d9ec488a010

Author:  <koen at openembedded.org>
Date:   Tue Aug 12 21:37:56 2008 +0000

xorg-xserver: it needs hal at build and runtime, so add proper (R)DEPENDS

---

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

diff --git a/packages/xorg-xserver/xorg-xserver-common.inc b/packages/xorg-xserver/xorg-xserver-common.inc
index bd191ea..8e7c5d7 100644
--- a/packages/xorg-xserver/xorg-xserver-common.inc
+++ b/packages/xorg-xserver/xorg-xserver-common.inc
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
 
 PROVIDES = "virtual/xserver"
 
-DEPENDS = "fontconfig freetype flex-native lbxutil kbproto \ 
+DEPENDS = "hal fontconfig freetype flex-native lbxutil kbproto \ 
 xf86driproto drm glproto randrproto renderproto fixesproto damageproto \
 xcmiscproto xextproto xproto xf86miscproto xf86vidmodeproto xf86bigfontproto \
 scrnsaverproto bigreqsproto resourceproto fontsproto inputproto \
@@ -13,7 +13,7 @@ resourceproto xineramaproto xtrans evieext libxkbfile libxfont libxau \
 libfontenc libxdmcp libxxf86vm libxaw libxmu libxt libxpm libxext libx11 \
 libxkbui libxxf86misc libxi libdmx libxtst libxres mesa"
 
-RDEPENDS_${PN} = "rgb xorg-minimal-fonts"
+RDEPENDS_${PN} = "hal rgb xorg-minimal-fonts"
 
 XORG_PN = "xorg-server"
 SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2 \





More information about the Openembedded-commits mailing list