vulkan-loader: Do not limit to x11 or wayland

as long as vulkan is part of distro features this should work. this also
ensures that build works when using eglfs with opengl instead

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-08-01 08:38:04 -07:00
parent aa55f55721
commit b3304d44a4

View File

@ -18,7 +18,6 @@ S = "${WORKDIR}/git"
REQUIRED_DISTRO_FEATURES = "vulkan"
inherit cmake features_check pkgconfig
ANY_OF_DISTRO_FEATURES = "x11 wayland"
DEPENDS += "vulkan-headers"