blob: ad3688e3004d7ebaf6f705843d3b353745b3f609 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "VirGL virtual OpenGL renderer"
2DESCRIPTION = "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."
6HOMEPAGE = "https://virgil3d.github.io/"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10"
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011DEPENDS = "libdrm virtual/egl virtual/libgbm libepoxy"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070012SRCREV = "363915595e05fb252e70d6514be2f0c0b5ca312b"
Andrew Geissler9aee5002022-03-30 16:27:02 +000013SRC_URI = "git://anongit.freedesktop.org/git/virglrenderer;branch=branch-0.9.1 \
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 file://0001-meson.build-use-python3-directly-for-python.patch \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000015 file://cve-2022-0135.patch \
16 file://cve-2022-0175.patch \
Andrew Geissler82c905d2020-04-13 13:39:40 -050017 "
18
19S = "${WORKDIR}/git"
20
21inherit meson pkgconfig features_check
22
23BBCLASSEXTEND = "native nativesdk"
24
25REQUIRED_DISTRO_FEATURES = "opengl"