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 <[email protected]> --- meta-oe/recipes-graphics/glad/glad_2.0.8.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-oe/recipes-graphics/glad/glad_2.0.8.bb diff --git a/meta-oe/recipes-graphics/glad/glad_2.0.8.bb b/meta-oe/recipes-graphics/glad/glad_2.0.8.bb new file mode 100644 index 000000000..4065c27e6 --- /dev/null +++ b/meta-oe/recipes-graphics/glad/glad_2.0.8.bb @@ -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" -- 2.47.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112843): https://lists.openembedded.org/g/openembedded-devel/message/112843 Mute This Topic: https://lists.openembedded.org/mt/108989873/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
