diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2016-01-05 14:20:17 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-06 13:25:58 +0100 |
| commit | dceb485a40c2a271122124027672bcab66ff84e6 (patch) | |
| tree | d3ae529b51d249b76e6a04b79ff6eda3c3e11acf /meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb | |
| parent | 050951554ce70e20b87bdeb10c8f654a1cd9068d (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | require recipes-graphics/xorg-driver/xorg-driver-video.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc" | ||
| 4 | |||
| 5 | SUMMARY = "X.Org X server -- ATI Radeon video driver" | ||
| 6 | |||
| 7 | DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics" | ||
| 8 | |||
| 9 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | ||
| 10 | virtual/libgl xineramaproto libpciaccess" | ||
| 11 | |||
| 12 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "ede86cd3d1b1d8882f0aea61d9e924ed" | ||
| 15 | SRC_URI[sha256sum] = "2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c" | ||
| 16 | |||
| 17 | EXTRA_OECONF += "--disable-glamor" | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "xserver-xorg-module-exa" | ||
| 20 | RRECOMMENDS_${PN} += "linux-firmware" | ||
