[oe-commits] Ross Burton : xf86-video-intel: drop libxvmc dependency

git at git.openembedded.org git at git.openembedded.org
Wed Oct 3 11:49:22 UTC 2012


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Oct  1 11:18:51 2012 +0100

xf86-video-intel: drop libxvmc dependency

xvmc is explicitly disabled, so remove the dependency.

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

---

 .../xorg-driver/xf86-video-intel_2.19.0.bb         |    4 ++--
 .../xorg-driver/xf86-video-intel_git.bb            |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
index fe7408b..fe4dfbd 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb
@@ -9,9 +9,9 @@ Infrastructure (DRI)."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
-DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
+DEPENDS += "virtual/libx11 drm xf86driproto glproto \
 	    virtual/libgl xineramaproto xf86driproto libpciaccess"
 
 
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
index ed1f269..83a24ce 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
@@ -7,12 +7,12 @@ chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \
 the driver supports hardware accelerated 3D via the Direct Rendering \
 Infrastructure (DRI)."
 
-DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \
+DEPENDS += "virtual/libx11 drm dri2proto glproto \
 	    virtual/libgl xineramaproto libpciaccess"
 
 SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019"
 PV = "2.10.0+git${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
 





More information about the Openembedded-commits mailing list