vulkan-demos: add vulkan-validationlayers as a runtime dependency
This package needs to be installed in the rootfs for the demos to work.
While at it, mark this change as Digi-specific to avoid removing it in future
recipe updates.
Reported-by: Alfonso Martin Rey <alfonso.martinrey@digi.com>
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
(cherry picked from commit 07f1fa88f2)
This commit is contained in:
parent
ae05d9633a
commit
3b5cb026ae
|
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
DEPENDS_remove = "vulkan"
|
DEPENDS_remove = "vulkan"
|
||||||
DEPENDS_append = " vulkan-headers vulkan-loader"
|
DEPENDS_append = " vulkan-headers vulkan-loader"
|
||||||
|
|
||||||
|
# Digi: The vulkan-validationlayers package is necessary for the demos to work
|
||||||
|
RDEPENDS_${PN} = "vulkan-validationlayers"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue