mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
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:
parent
aa55f55721
commit
b3304d44a4
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user