[oe-commits] Ross Burton : xf86-video-vesa: change depends to refect reality

git at git.openembedded.org git at git.openembedded.org
Thu Sep 12 15:38:45 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 4995acafc139107c2323da69eca718009384efe4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4995acafc139107c2323da69eca718009384efe4

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Sep 11 21:30:26 2013 +0100

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 fb285ea..4ec07a0 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
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=a1f0610ebdc6f314a9fa5102a8c5c1b0"
 
-EXTRA_OECONF += "--disable-xvmc"
-
 SUMMARY = "X.Org X server -- Generic Vesa video driver"
 
 DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \
@@ -13,8 +11,7 @@ supports depths 8, 15 16 and 24."
 
 PR = "${INC_PR}.0"
 
-DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
-            virtual/libgl xineramaproto libpciaccess"
+DEPENDS += "virtual/libx11 randrproto libpciaccess"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 



More information about the Openembedded-commits mailing list