From 697e63590636204a7f8348a9cd165351be4688ba Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 26 Dec 2021 10:45:59 +0100 Subject: vulkan-loader: inherit pkgconfig this is needed to get the vulkan.pc file created Signed-off-by: MarkusVolk Signed-off-by: Richard Purdie (cherry picked from commit 1eaf810efca0dd8be5d561bab46c1998b96061c1) Signed-off-by: Anuj Mittal --- meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb index 41632f25ce..984dc1253f 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb @@ -17,7 +17,7 @@ S = "${WORKDIR}/git" REQUIRED_DISTRO_FEATURES = "vulkan" -inherit cmake features_check +inherit cmake features_check pkgconfig ANY_OF_DISTRO_FEATURES = "x11 wayland" DEPENDS += "vulkan-headers" -- cgit 1.2.3-korg