summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-01 11:18:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-03 13:33:25 +0100
commit423bb6b276d55df9cd8c5c5a1bd8a26433c028ee (patch)
treef6b97c0b1f6deb05dcba9764c15e70da2d278c57 /meta
parent3f0591a8caec8558c42f2b49208061e9aaefa7e8 (diff)
downloadpoky-423bb6b276d55df9cd8c5c5a1bd8a26433c028ee.tar.gz
xf86-video-intel: drop libxvmc dependency
xvmc is explicitly disabled, so remove the dependency. (From OE-Core rev: eb96be4db46039752c44dc37ef676eaac04e3dba) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel_2.19.0.bb4
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb4
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 fe7408b83b..fe4dfbd0de 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)."
9 9
10LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" 10LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
11 11
12PR = "${INC_PR}.0" 12PR = "${INC_PR}.1"
13 13
14DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ 14DEPENDS += "virtual/libx11 drm xf86driproto glproto \
15 virtual/libgl xineramaproto xf86driproto libpciaccess" 15 virtual/libgl xineramaproto xf86driproto libpciaccess"
16 16
17 17
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 ed1f269f14..83a24ce588 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, \
7the driver supports hardware accelerated 3D via the Direct Rendering \ 7the driver supports hardware accelerated 3D via the Direct Rendering \
8Infrastructure (DRI)." 8Infrastructure (DRI)."
9 9
10DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ 10DEPENDS += "virtual/libx11 drm dri2proto glproto \
11 virtual/libgl xineramaproto libpciaccess" 11 virtual/libgl xineramaproto libpciaccess"
12 12
13SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" 13SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019"
14PV = "2.10.0+git${SRCPV}" 14PV = "2.10.0+git${SRCPV}"
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.1"
16 16
17EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" 17EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
18 18