summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/glad/glad_2.0.8.bb
blob: ea4ee6eac6213ba31388016cc1166a9f1c169dee (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae570f26774ac096cff8f992091a223c"

SRC_URI = "git://github.com/Dav1dde/glad.git;protocol=https;branch=glad2"
SRCREV = "73db193f853e2ee079bf3ca8a64aa2eaf6459043"

inherit python_setuptools_build_meta

BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} = "python3 python3-jinja2"