summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2022-10-03 17:57:37 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-10-04 15:06:04 +0000
commit011fafba03c22477378e715fb4a84cc624ce64de (patch)
tree36693dbe9bd2f0ce0efbca50bf2aa0ccdc9e99dd
parentf08b6cb0fd0944e6c74e0de1fdcc568a5dec447c (diff)
downloadmeta-freescale-011fafba03c22477378e715fb4a84cc624ce64de.tar.gz
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 <jose.quaresma@foundries.io> (cherry picked from commit 343f2809030450f7f720d98ca5ffc34e30aea8e0)
-rw-r--r--recipes-graphics/vulkan/vulkan-loader_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 @@
1# The i.MX implementation is dynamically loaded, so it requires an 1# The i.MX implementation is dynamically loaded, so it requires an
2# explicit runtime dependency. 2# explicit runtime dependency.
3RRECOMMENDS:${PN}:append:imxgpu = " libvulkan-imx" 3RRECOMMENDS:${PN}:append:imxvulkan = " libvulkan-imx"