summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-12-06 12:42:43 +0000
committerTom Zanussi <tom.zanussi@intel.com>2012-12-06 15:31:28 -0600
commit39ee600020c84eb8d1e92a20a69c4db17175cd7f (patch)
tree5955198c1225608201b1e6418226135a9407c848 /common
parent806a3bd35e597e43b10490f12fb2acd1dc4dbc8c (diff)
downloadmeta-intel-39ee600020c84eb8d1e92a20a69c4db17175cd7f.tar.gz
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 <ross.burton@intel.com> Acked-by: Kishore Bodke <kishore.k.bodke@intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb7
1 files 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 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"
8 8
9SRC_URI += "file://checkfile.patch" 9SRC_URI += "file://checkfile.patch"
10 10
11DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ 11DEPENDS += "virtual/libx11 drm xf86driproto glproto virtual/libgl libpciaccess"
12 virtual/libgl xineramaproto libpciaccess"
13 12
14EXTRA_OECONF += "--enable-dri" 13EXTRA_OECONF += "--enable-dri"
15 14
16PR = "r0" 15PR = "r1"
17 16
18COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' 17COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
19 18
20SRC_URI[md5sum] = "f543877db4e260d8b43c7da3095605ed" 19SRC_URI[md5sum] = "f543877db4e260d8b43c7da3095605ed"
21SRC_URI[sha256sum] = "3f89ce250eea93f0de890954687790e06c0bab9e3e303df393e8759a187eca6c" 20SRC_URI[sha256sum] = "3f89ce250eea93f0de890954687790e06c0bab9e3e303df393e8759a187eca6c"
21
22RDEPENDS_${PN} = "xserver-xorg-module-exa"