From 343f2809030450f7f720d98ca5ffc34e30aea8e0 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 3 Oct 2022 17:57:37 +0000 Subject: vulkan-loader: use the imxvulkan override in recommends With this the libvulkan-imx is recommends only when the machine supports Vulkan. Signed-off-by: Jose Quaresma --- recipes-graphics/vulkan/vulkan-loader_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/vulkan/vulkan-loader_%.bbappend b/recipes-graphics/vulkan/vulkan-loader_%.bbappend index 90776168..722896ff 100644 --- a/recipes-graphics/vulkan/vulkan-loader_%.bbappend +++ b/recipes-graphics/vulkan/vulkan-loader_%.bbappend @@ -1,3 +1,3 @@ # The i.MX implementation is dynamically loaded, so it requires an # explicit runtime dependency. -RRECOMMENDS:${PN}:append:imxgpu = " libvulkan-imx" +RRECOMMENDS:${PN}:append:imxvulkan = " libvulkan-imx" -- cgit v1.2.3-54-g00ecf