summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/glfw
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glfw: Update to latestKhem Raj2019-12-311-3/+7
| | | | | | | Disable docs which needs doxygen FPIC is needed for arches like aarch64 when building shared objects Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glfw: missing feature check.Armin Kuster2019-12-231-1/+1
| | | | | | | | glfw depends on libglu which wont build if "opengl" is not in DISTRO_FEATURES Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glfw: add features_check to inheritAndreas Müller2019-12-101-1/+1
| | | | | | | Without this REQUIRED_DISTRO_FEATURES is a noop Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glfw: Initial recipe for glfwAnkit Navik2019-10-211-0/+22
It adds generic recipe for glfw: a multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>