summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/glad/glad_2.0.8.bb12
1 files changed, 12 insertions, 0 deletions
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 0000000000..4065c27e6f
--- /dev/null
+++ b/meta-oe/recipes-graphics/glad/glad_2.0.8.bb
@@ -0,0 +1,12 @@
1SUMMARY = "Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=ae570f26774ac096cff8f992091a223c"
4
5SRC_URI = "git://github.com/Dav1dde/glad.git;protocol=https;branch=glad2"
6SRCREV = "73db193f853e2ee079bf3ca8a64aa2eaf6459043"
7S = "${WORKDIR}/git"
8
9inherit python_setuptools_build_meta
10
11BBCLASSEXTEND = "native nativesdk"
12RDEPENDS:${PN} = "python3 python3-jinja2"