[meta-intel] [PATCH] xf86-video-mga: add missing EXA runtime dependency, cleanup depends

Ross Burton ross.burton at intel.com
Thu Dec 6 04:42:43 PST 2012


Add xserver-xorg-module-exa as a runtime dependency as this driver uses it, and
remove some build dependencies that are certainly not used.

[ YOCTO #3495 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb b/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb
index d20cadf..9ddf25f 100644
--- a/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb
+++ b/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb
@@ -8,14 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bc1395d2cd32dfc5d6c57d2d8f83d3fc"
 
 SRC_URI += "file://checkfile.patch"
 
-DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
-	    virtual/libgl xineramaproto libpciaccess"
+DEPENDS += "virtual/libx11 drm xf86driproto glproto virtual/libgl libpciaccess"
 
 EXTRA_OECONF += "--enable-dri"
 
-PR = "r0"
+PR = "r1"
 
 COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
 
 SRC_URI[md5sum] = "f543877db4e260d8b43c7da3095605ed"
 SRC_URI[sha256sum] = "3f89ce250eea93f0de890954687790e06c0bab9e3e303df393e8759a187eca6c"
+
+RDEPENDS_${PN} = "xserver-xorg-module-exa"
-- 
1.7.10




More information about the meta-intel mailing list