blob: 65bd1af9420c5290a670209ca8de954159b8ed6e [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 Geissler09036742021-06-25 14:25:14 -050011DEPENDS = "libdrm virtual/libgl virtual/libgbm libepoxy"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070012SRCREV = "363915595e05fb252e70d6514be2f0c0b5ca312b"
13SRC_URI = "git://anongit.freedesktop.org/virglrenderer;branch=branch-0.9.1 \
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 file://0001-meson.build-use-python3-directly-for-python.patch \
15 "
16
17S = "${WORKDIR}/git"
18
19inherit meson pkgconfig features_check
20
21BBCLASSEXTEND = "native nativesdk"
22
23REQUIRED_DISTRO_FEATURES = "opengl"