Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "VirGL virtual OpenGL renderer" |
| 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." |
| 6 | HOMEPAGE = "https://virgil3d.github.io/" |
| 7 | |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10" |
| 10 | |
| 11 | DEPENDS = "libdrm mesa libepoxy" |
| 12 | SRCREV = "7d204f3927be65fb3365dce01dbcd04d447a4985" |
| 13 | SRC_URI = "git://anongit.freedesktop.org/virglrenderer \ |
| 14 | file://0001-gallium-Expand-libc-check-to-be-platform-OS-check.patch \ |
| 15 | file://0001-meson.build-use-python3-directly-for-python.patch \ |
| 16 | " |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit meson pkgconfig features_check |
| 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |
| 23 | |
| 24 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 25 | REQUIRED_DISTRO_FEATURES_class-native = "" |
| 26 | REQUIRED_DISTRO_FEATURES_class-nativesdk = "" |