Skip to content

Commit

Permalink
glad: add recipe
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
MarkusVolk authored and kraj committed Oct 13, 2024
1 parent 92e420d commit d1cbb5c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meta-oe/recipes-graphics/glad/glad_2.0.8.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d1cbb5c

Please sign in to comment.