blob: 4ac4412df36cc0ef22e37fe126d46e5d5bb19376 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "VirGL virtual OpenGL renderer"
Brad Bishop1d80a2e2019-11-15 16:35:03 -05002DESCRIPTION = "Virgil is a research project to investigate the possibility of \
3creating a virtual 3D GPU for use inside qemu virtual machines, that allows \
4the guest operating system to use the capabilities of the host GPU to \
5accelerate 3D rendering."
Brad Bishop19323692019-04-05 15:28:33 -04006HOMEPAGE = "https://virgil3d.github.io/"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10"
10
11DEPENDS = "libdrm mesa libepoxy"
Brad Bishop79641f22019-09-10 07:20:22 -040012SRCREV = "48cc96c9aebb9d0164830a157efc8916f08f00c0"
Brad Bishop19323692019-04-05 15:28:33 -040013SRC_URI = "git://anongit.freedesktop.org/virglrenderer \
Brad Bishop08902b02019-08-20 09:16:51 -040014 file://0001-gallium-Expand-libc-check-to-be-platform-OS-check.patch \
Brad Bishop19323692019-04-05 15:28:33 -040015 "
16
17S = "${WORKDIR}/git"
18
19inherit autotools pkgconfig distro_features_check
20
21BBCLASSEXTEND = "native nativesdk"
22
23REQUIRED_DISTRO_FEATURES = "opengl"
24REQUIRED_DISTRO_FEATURES_class-native = ""
25REQUIRED_DISTRO_FEATURES_class-nativesdk = ""