summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-10-04 16:53:16 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-10-11 22:01:08 +0000
commitfba2961ae4caa4f2cd635a494f8c5e80a665ac62 (patch)
tree639099060582c5cfc0db6f2457265d325e93f7c5
parent56493d0c5fc8592d0d751d3eefb7d7afe3cfd378 (diff)
downloadmeta-freescale-fba2961ae4caa4f2cd635a494f8c5e80a665ac62.tar.gz
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 <tom.hochstein@nxp.com> (cherry picked from commit acf5734a90ae5528ef18fc1d0cb0522c37f88059)
-rw-r--r--recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend5
1 files 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 722896ff..b43f2d44 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 @@
1# The i.MX implementation is dynamically loaded, so it requires an 1# Override default mesa drivers with i.MX GPU drivers
2# explicit runtime dependency. 2RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx"
3RRECOMMENDS:${PN}:append:imxvulkan = " libvulkan-imx"