diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-11 21:30:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-11 23:31:00 +0100 |
commit | 3f0525d8ce1176ced61795913370ed79804cf90d (patch) | |
tree | 5963e60cd6d49dfd70fdabc84e47e38d12816cb3 /meta/recipes-graphics/xorg-driver | |
parent | d43975861b4fa005e1c26d07f9cfb9569ee59184 (diff) | |
download | poky-3f0525d8ce1176ced61795913370ed79804cf90d.tar.gz |
xf86-video-vesa: change depends to refect reality
This recipe appears to have been a copy-and-paste from -intel, because it has
dependencies and configure options that xf86-video-vesa just doesn't have, such
as virtual/libgl and XVMC.
(From OE-Core rev: 4995acafc139107c2323da69eca718009384efe4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb index fb285ea04a..4ec07a03b1 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.2.bb | |||
@@ -2,8 +2,6 @@ require xorg-driver-video.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a1f0610ebdc6f314a9fa5102a8c5c1b0" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a1f0610ebdc6f314a9fa5102a8c5c1b0" |
4 | 4 | ||
5 | EXTRA_OECONF += "--disable-xvmc" | ||
6 | |||
7 | SUMMARY = "X.Org X server -- Generic Vesa video driver" | 5 | SUMMARY = "X.Org X server -- Generic Vesa video driver" |
8 | 6 | ||
9 | DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ | 7 | DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ |
@@ -13,8 +11,7 @@ supports depths 8, 15 16 and 24." | |||
13 | 11 | ||
14 | PR = "${INC_PR}.0" | 12 | PR = "${INC_PR}.0" |
15 | 13 | ||
16 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | 14 | DEPENDS += "virtual/libx11 randrproto libpciaccess" |
17 | virtual/libgl xineramaproto libpciaccess" | ||
18 | 15 | ||
19 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
20 | 17 | ||