[oe-commits] Jonathan Liu : xf86-video-ati: add missing xserver-xorg-module-exa RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Sep 10 20:30:13 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 84443914db568e5f837a4e31e0f8e1ac7b389ce1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=84443914db568e5f837a4e31e0f8e1ac7b389ce1

Author: Jonathan Liu <net147 at gmail.com>
Date:   Thu Sep  5 01:28:27 2013 +0000

xf86-video-ati: add missing xserver-xorg-module-exa RDEPENDS

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xorg-driver/xf86-video-ati_7.2.0.bb            |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
index 7703a17..a453f90 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
@@ -8,6 +8,7 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
 
 DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
             virtual/libgl xineramaproto libpciaccess"
+RDEPENDS_${PN} += "xserver-xorg-module-exa"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 



More information about the Openembedded-commits mailing list