glad: add recipe

Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages.

This is used by libplacebo -> mpv

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2024-10-13 22:34:57 +02:00
committed by Khem Raj
parent 92e420dbe1
commit d1cbb5ccb4

View File

@@ -0,0 +1,12 @@
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"
S = "${WORKDIR}/git"
inherit python_setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} = "python3 python3-jinja2"