summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2016-01-05 14:20:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-06 13:25:58 +0100
commitdceb485a40c2a271122124027672bcab66ff84e6 (patch)
treed3ae529b51d249b76e6a04b79ff6eda3c3e11acf /meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
parent050951554ce70e20b87bdeb10c8f654a1cd9068d (diff)
downloadmeta-openembedded-dceb485a40c2a271122124027672bcab66ff84e6.tar.gz
xf86-video-ati: update to 7.6.1
Glamor support needs work in the xorg recipe as well as testing, it produced weird artefacts in the picture on my HD6450 when I enabled it a few months ago. Anyway, glamor wasn't enabled in 7.2.0 so no actual change. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
new file mode 100644
index 0000000000..f1d06f2583
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
@@ -0,0 +1,20 @@
1require recipes-graphics/xorg-driver/xorg-driver-video.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
4
5SUMMARY = "X.Org X server -- ATI Radeon video driver"
6
7DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
8
9DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
10 virtual/libgl xineramaproto libpciaccess"
11
12COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
13
14SRC_URI[md5sum] = "ede86cd3d1b1d8882f0aea61d9e924ed"
15SRC_URI[sha256sum] = "2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c"
16
17EXTRA_OECONF += "--disable-glamor"
18
19RDEPENDS_${PN} += "xserver-xorg-module-exa"
20RRECOMMENDS_${PN} += "linux-firmware"