Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 1 | SUMMARY = "VirGL virtual OpenGL renderer" |
| 2 | HOMEPAGE = "https://virgil3d.github.io/" |
| 3 | |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10" |
| 6 | |
| 7 | DEPENDS = "libdrm mesa libepoxy" |
| 8 | SRCREV = "402c228861c9893f64cffbbcb4cb23044b8c721c" |
| 9 | SRC_URI = "git://anongit.freedesktop.org/virglrenderer \ |
| 10 | file://0001-vtest-add-missing-includes.patch \ |
| 11 | file://0001-Makefile.am-explicitly-link-with-libdrm.patch \ |
| 12 | " |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit autotools pkgconfig distro_features_check |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |
| 19 | |
| 20 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 21 | REQUIRED_DISTRO_FEATURES_class-native = "" |
| 22 | REQUIRED_DISTRO_FEATURES_class-nativesdk = "" |