From 3b5cb026aed97333bd88a38e47a95003188b2358 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 7 Jan 2020 13:48:59 +0100 Subject: [PATCH] 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 Signed-off-by: Gabriel Valcazar (cherry picked from commit 07f1fa88f24fb497326093be9d7485721217d74f) --- meta-digi-dey/recipes-graphics/vulkan/vulkan-demos_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/recipes-graphics/vulkan/vulkan-demos_%.bbappend b/meta-digi-dey/recipes-graphics/vulkan/vulkan-demos_%.bbappend index a11dfbd09..33a014134 100644 --- a/meta-digi-dey/recipes-graphics/vulkan/vulkan-demos_%.bbappend +++ b/meta-digi-dey/recipes-graphics/vulkan/vulkan-demos_%.bbappend @@ -1,3 +1,6 @@ DEPENDS_remove = "vulkan" DEPENDS_append = " vulkan-headers vulkan-loader" + +# Digi: The vulkan-validationlayers package is necessary for the demos to work +RDEPENDS_${PN} = "vulkan-validationlayers"