summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/vulkan
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-10-04 16:53:16 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-10-11 16:42:28 -0500
commitacf5734a90ae5528ef18fc1d0cb0522c37f88059 (patch)
tree42e717cfab4811c7e278e087c83b4a950343e0a3 /recipes-graphics/vulkan
parent705d5ca01245e1b0aa42d7380ad79ff1c3db8fcb (diff)
downloadmeta-freescale-acf5734a90ae5528ef18fc1d0cb0522c37f88059.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>
Diffstat (limited to 'recipes-graphics/vulkan')
-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"