From 39ee600020c84eb8d1e92a20a69c4db17175cd7f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 6 Dec 2012 12:42:43 +0000 Subject: xf86-video-mga: add missing EXA runtime dependency, cleanup depends 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 Acked-by: Kishore Bodke --- common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'common') 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 d20cadf5..9ddf25fe 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" -- cgit v1.2.3-54-g00ecf