summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Jacobson <linusja@axis.com>2023-04-14 08:35:33 +0200
committerKhem Raj <raj.khem@gmail.com>2023-04-14 08:44:20 -0700
commit1a6b24b78cf1890621750432b725db96d8e7fdb8 (patch)
tree70154de7af4c90965d8bf41fd802fd022ef913ab
parentad73ee286f850c11b79de3bbb4b3d565340c1531 (diff)
downloadmeta-openembedded-1a6b24b78cf1890621750432b725db96d8e7fdb8.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>
-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"
21 21
22inherit pkgconfig cmake features_check python3native qemu 22inherit pkgconfig cmake features_check python3native qemu
23 23
24ANY_OF_DISTRO_FEATURES += "opengl wayland" 24ANY_OF_DISTRO_FEATURES += "opengl vulkan"
25 25
26DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native" 26DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native"
27 27