From 99875e2e1a09fe5e9fb9b6eac0ad28fb3f79d74a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 12 Sep 2013 15:27:35 +0000 Subject: xf86-video-vmware: disable VMWGFX Our Mesa doesn't yet ship the XA Gallium state tracker that the VMWGFX sub-driver needs, so just disable vmwgfx. Also remove a spurious xvmc dependency. (From OE-Core rev: a6f84a0317997c3f49e136381f8d2f2f5cadd292) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb') diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb index 0d8c8d22c9..7b48e0c101 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb @@ -6,10 +6,13 @@ DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards." LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" -DEPENDS += "virtual/libx11 libxvmc xineramaproto libpciaccess \ - ${@base_contains('DISTRO_FEATURES', 'opengl', 'drm virtual/libgl', '', d)}" +DEPENDS += "virtual/libx11 xineramaproto videoproto libpciaccess" + +SRC_URI += "file://vmwgfx-option.patch" SRC_URI[md5sum] = "b08e0195ebf3f88a82129322cb93da08" SRC_URI[sha256sum] = "802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d" COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' + +EXTRA_OECONF += "--disable-vmwgfx" -- cgit v1.2.3-54-g00ecf