summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-07-22 19:38:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-23 21:59:16 +0100
commit93a31dfbe57adde0ddb2c4d269600752e9b588bd (patch)
treef11e9f2a68e3e4dca6d064a994286cee87c63e27 /meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb
parent9c3aac11d5e9928ae904407e1de26ab069aabcaa (diff)
downloadpoky-93a31dfbe57adde0ddb2c4d269600752e9b588bd.tar.gz
xf86-video-vmware: update to 13.0.2
Rebase the patch to add an option to disable vmwgfx, and add a patch from upstream git to fix builds without xatracker. (From OE-Core rev: cd7096c614a1f39043d02ba7c3f62599bf89f19e) 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/xf86-video-vmware_13.0.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb18
1 files changed, 0 insertions, 18 deletions
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
deleted file mode 100644
index 7b48e0c101..0000000000
--- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1require xorg-driver-video.inc
2
3SUMMARY = "X.Org X server -- VMware SVGA display driver"
4
5DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards."
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53"
8
9DEPENDS += "virtual/libx11 xineramaproto videoproto libpciaccess"
10
11SRC_URI += "file://vmwgfx-option.patch"
12
13SRC_URI[md5sum] = "b08e0195ebf3f88a82129322cb93da08"
14SRC_URI[sha256sum] = "802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d"
15
16COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
17
18EXTRA_OECONF += "--disable-vmwgfx"