summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-10-05 15:09:35 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-10-11 22:01:08 +0000
commit79defb79a748429496042e6ed3e6b3002a69239e (patch)
tree7a9a806b2e4fa53b0b484c2a585033d31edb290e
parentfba2961ae4caa4f2cd635a494f8c5e80a665ac62 (diff)
downloadmeta-freescale-79defb79a748429496042e6ed3e6b3002a69239e.tar.gz
vulkan-loader: Place .so in main package
The library libvulkan.so is loaded dynamically and so is needed in the main package. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 8648cedaa35519cad859207e25689889155760a9)
-rw-r--r--recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend4
1 files changed, 4 insertions, 0 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 b43f2d44..857b0e01 100644
--- a/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend
+++ b/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend
@@ -1,2 +1,6 @@
1# libvulkan.so is loaded dynamically, so put it in the main package
2SOLIBS = ".so*"
3SOLIBSDEV = ""
4
1# Override default mesa drivers with i.MX GPU drivers 5# Override default mesa drivers with i.MX GPU drivers
2RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx" 6RRECOMMENDS:${PN}:imxvulkan = "libvulkan-imx"