mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
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>
20 lines
656 B
BlitzBasic
20 lines
656 B
BlitzBasic
require xorg-driver-video.inc
|
|
|
|
SUMMARY = "X.Org X server -- VMware SVGA display driver"
|
|
|
|
DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards."
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53"
|
|
|
|
DEPENDS += "virtual/libx11 xineramaproto videoproto libpciaccess"
|
|
|
|
SRC_URI += "file://0001-configure-fix-build-without-xatracker.patch \
|
|
file://0002-add-option-for-vmwgfx.patch"
|
|
|
|
SRC_URI[md5sum] = "91d1d7d33181766714405ab013d31244"
|
|
SRC_URI[sha256sum] = "c8ba3d2cead3620dba2cbf5defb7f1759b2b96f4fe209f4bf6976832b6763c54"
|
|
|
|
COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
|
|
|
|
EXTRA_OECONF += "--disable-vmwgfx"
|