aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Jacobson <linusja@axis.com>2023-08-15 17:45:40 +0200
committerArmin Kuster <akuster808@gmail.com>2023-08-16 08:33:34 -0400
commitc89bb116aa3469ecff78203f51e8a5b70aeb3db8 (patch)
tree251fe13b012679201ec0526657e822f92d4ee6da
parented9dde18500145525f7e238dddc0e9adf880f610 (diff)
downloadmeta-openembedded-c89bb116aa3469ecff78203f51e8a5b70aeb3db8.tar.gz
khronos-cts: Replace wayland feature dependancy with vulkan
Khronos-cts.inc is used for building vulkan-cts or opengl-es-cts. Even though vulkan-cts depends on vulkan-loader, which automatically requires vulkan distro feature, it is more explicitly stated if written here next to opengl. Some systems do not support a windowing service (like wayland) but still might use standard khronos GPU libraries. For these cases, wayland dependancy is invalid. Patch replaces the invalid wayland distro feature dependancy with vulkan for clarity. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
index 01f4a572f8..4fd32d93c2 100644
--- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
+++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
inherit pkgconfig cmake features_check python3native qemu
-ANY_OF_DISTRO_FEATURES += "opengl wayland"
+ANY_OF_DISTRO_FEATURES += "opengl vulkan"
DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native"