summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* waylandpp: Just enforce opengl for target recipeKhem Raj2023-03-131-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* waylandpp: Fix build with gcc-13Khem Raj2023-01-271-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* waylandpp: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-11-101-1/+3
| | | | | | | | | | | | | | | | waylandpp needs virtual/libgles2 which is available when opengl is enabled in mesa recipe, so also add the check for waylandpp. Fixes: ERROR: Nothing PROVIDES 'virtual/libgles2' (but /build/layers/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb DEPENDS on or otherwise requires it). Close matches: virtual/imlib2 virtual/libc virtual/libsdl2 ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'waylandpp', 'virtual/libgles2'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* waylandpp: add recipeMarkus Volk2022-08-081-0/+37
This adds C++ bindings for Wayland as used e.g. in the Kodi project Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>