From acf5734a90ae5528ef18fc1d0cb0522c37f88059 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 4 Oct 2022 16:53:16 -0500 Subject: vulkan-loader: Drop mesa dependency for i.MX GPU When i.MX GPU-based vulkan is used, the mesa drivers are not needed. Signed-off-by: Tom Hochstein --- recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend b/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend index 722896ff7..b43f2d442 100644 --- a/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend +++ b/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend @@ -1,3 +1,2 @@ -# The i.MX implementation is dynamically loaded, so it requires an -# explicit runtime dependency. -RRECOMMENDS:${PN}:append:imxvulkan = " libvulkan-imx" +# Override default mesa drivers with i.MX GPU drivers +RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx" -- cgit v1.2.3-54-g00ecf