Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "VirGL virtual OpenGL renderer" |
Brad Bishop | 1d80a2e | 2019-11-15 16:35:03 -0500 | [diff] [blame] | 2 | DESCRIPTION = "Virgil is a research project to investigate the possibility of \ |
| 3 | creating a virtual 3D GPU for use inside qemu virtual machines, that allows \ |
| 4 | the guest operating system to use the capabilities of the host GPU to \ |
| 5 | accelerate 3D rendering." |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | HOMEPAGE = "https://virgil3d.github.io/" |
| 7 | |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10" |
| 10 | |
| 11 | DEPENDS = "libdrm mesa libepoxy" |
Brad Bishop | 79641f2 | 2019-09-10 07:20:22 -0400 | [diff] [blame] | 12 | SRCREV = "48cc96c9aebb9d0164830a157efc8916f08f00c0" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | SRC_URI = "git://anongit.freedesktop.org/virglrenderer \ |
Brad Bishop | 08902b0 | 2019-08-20 09:16:51 -0400 | [diff] [blame] | 14 | file://0001-gallium-Expand-libc-check-to-be-platform-OS-check.patch \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 15 | " |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | inherit autotools pkgconfig distro_features_check |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |
| 22 | |
| 23 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 24 | REQUIRED_DISTRO_FEATURES_class-native = "" |
| 25 | REQUIRED_DISTRO_FEATURES_class-nativesdk = "" |