diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 14:08:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-30 11:37:28 +0100 |
commit | e3bafe8ae13e61817ef5f5f095c7a7b9ab920c11 (patch) | |
tree | 1e7873ee62beec5dae0e9e6eb0066430020c08f1 /meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | |
parent | b67fccc81e666339f24b26fe4c2aef6a9241fb2d (diff) | |
download | poky-e3bafe8ae13e61817ef5f5f095c7a7b9ab920c11.tar.gz |
xf86-video-vesa: Add recommendation for xserver libint10 module which this driver needs
Without this module, the driver doesn't work correctly.
(From OE-Core rev: 04e5102e6d9f2332dd39467c3261d610338358fc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb index 30e3dee325..f0c0167581 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | |||
@@ -11,12 +11,14 @@ can drive most VESA-compatible video cards, but only makes use of the \ | |||
11 | basic standard VESA core that is common to these cards. The driver \ | 11 | basic standard VESA core that is common to these cards. The driver \ |
12 | supports depths 8, 15 16 and 24." | 12 | supports depths 8, 15 16 and 24." |
13 | 13 | ||
14 | PR = "${INC_PR}.0" | 14 | PR = "${INC_PR}.1" |
15 | 15 | ||
16 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | 16 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ |
17 | virtual/libgl xineramaproto xf86driproto libpciaccess" | 17 | virtual/libgl xineramaproto xf86driproto libpciaccess" |
18 | 18 | ||
19 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 19 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
20 | 20 | ||
21 | RRECOMMENDS_${PN} += "xserver-xorg-module-libint10" | ||
22 | |||
21 | SRC_URI[md5sum] = "07fa32958aff9b463dd3af5481ef6626" | 23 | SRC_URI[md5sum] = "07fa32958aff9b463dd3af5481ef6626" |
22 | SRC_URI[sha256sum] = "8ed85a0e94523539d81d5ae6639fa22ceb1c1e3baf89128915db65d4d2900d7a" | 24 | SRC_URI[sha256sum] = "8ed85a0e94523539d81d5ae6639fa22ceb1c1e3baf89128915db65d4d2900d7a" |