mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 15:31:38 +00:00
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>
This commit is contained in:
parent
ad73ee286f
commit
1a6b24b78c
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user