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 | |
Andrew Geissler | 0903674 | 2021-06-25 14:25:14 -0500 | [diff] [blame] | 11 | DEPENDS = "libdrm virtual/libgl virtual/libgbm libepoxy" |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 12 | SRCREV = "363915595e05fb252e70d6514be2f0c0b5ca312b" |
| 13 | SRC_URI = "git://anongit.freedesktop.org/virglrenderer;branch=branch-0.9.1 \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 14 | file://0001-meson.build-use-python3-directly-for-python.patch \ |
| 15 | " |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | inherit meson pkgconfig features_check |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |
| 22 | |
| 23 | REQUIRED_DISTRO_FEATURES = "opengl" |