From b3304d44a40147b5f1bc1380a1a4d93cd80d1988 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 1 Aug 2023 08:38:04 -0700 Subject: [PATCH] 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 --- recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb b/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb index e7b382228e..92bb241fd8 100644 --- a/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb +++ b/recipes-downgrade/vulkan/vulkan-loader_1.2.182.0.imx.bb @@ -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"