From: Markus Volk Date: Sun, 26 Dec 2021 09:45:59 +0000 (+0100) Subject: vulkan-loader: inherit pkgconfig X-Git-Tag: uninative-3.5~388 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1eaf810efca0dd8be5d561bab46c1998b96061c1;p=openembedded-core.git vulkan-loader: inherit pkgconfig this is needed to get the vulkan.pc file created Signed-off-by: MarkusVolk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb index 446a2d5c05..dcd6e02ba0 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb @@ -16,7 +16,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"