vulkan-demos: add vulkan-validationlayers as a runtime dependency
This package needs to be installed in the rootfs for the demos to work. Reported-by: Alfonso Martin Rey <alfonso.martinrey@digi.com> Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
21945b1807
commit
07f1fa88f2
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
DEPENDS_remove = "vulkan"
|
||||
DEPENDS_append = " vulkan-headers vulkan-loader"
|
||||
|
||||
# The vulkan-validationlayers package is necessary for the demos to work
|
||||
RDEPENDS_${PN} = "vulkan-validationlayers"
|
||||
|
|
|
|||
Loading…
Reference in New Issue