1SUMMARY = "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 11DEPENDS = "libdrm virtual/egl virtual/libgbm libepoxy" 12SRCREV = "363915595e05fb252e70d6514be2f0c0b5ca312b" 13SRC_URI = "git://anongit.freedesktop.org/git/virglrenderer;branch=branch-0.9.1 \ 14 file://0001-meson.build-use-python3-directly-for-python.patch \ 15 file://cve-2022-0135.patch \ 16 file://cve-2022-0175.patch \ 17 " 18 19S = "${WORKDIR}/git" 20 21inherit meson pkgconfig features_check 22 23BBCLASSEXTEND = "native nativesdk" 24 25REQUIRED_DISTRO_FEATURES = "opengl" 26