From: Randolph Sapp <[email protected]> Remove the append that added libvulkan.so for compatibility with certain Vulkan applications. The specific application this was added for (vulkan-cts) fixed it's linking.
This alternative has been broken for a little bit anyway. Signed-off-by: Randolph Sapp <[email protected]> --- .../recipes-graphics/vulkan/vulkan-loader_%.bbappend | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend diff --git a/meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend b/meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend deleted file mode 100644 index 67ece316..00000000 --- a/meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -# Set alternative link for applications like Qt that really need -# ${libdir}/libvulkan.so to point to an actual ICD loader instead of using -# libvulkan.so.1 - -inherit update-alternatives - -ALTERNATIVE_PRIORITY = "10" -ALTERNATIVE:${PN} = "vulkan-loader" -ALTERNATIVE_LINK_NAME[vulkan-loader] = "${libdir}/libvulkan.so" -ALTERNATIVE_TARGET[vulkan-loader] = "libvulkan.so.1" -- 2.45.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15381): https://lists.yoctoproject.org/g/meta-arago/message/15381 Mute This Topic: https://lists.yoctoproject.org/mt/106600933/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
