diff options
| author | Jose Quaresma <jose.quaresma@foundries.io> | 2022-10-03 17:57:37 +0000 |
|---|---|---|
| committer | Jose Quaresma <jose.quaresma@foundries.io> | 2022-10-04 13:45:29 +0000 |
| commit | 343f2809030450f7f720d98ca5ffc34e30aea8e0 (patch) | |
| tree | 4031f4ceea378437bbd8e5a63d206c678e2a549e | |
| parent | 140ad9c0826a499a9cae2583bf72f0e2e74e3dbf (diff) | |
| download | meta-freescale-343f2809030450f7f720d98ca5ffc34e30aea8e0.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>
| -rw-r--r-- | recipes-graphics/vulkan/vulkan-loader_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/vulkan/vulkan-loader_%.bbappend b/recipes-graphics/vulkan/vulkan-loader_%.bbappend index 90776168a..722896ff7 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. |
| 3 | RRECOMMENDS:${PN}:append:imxgpu = " libvulkan-imx" | 3 | RRECOMMENDS:${PN}:append:imxvulkan = " libvulkan-imx" |
