From: Markus Volk Date: Sun, 26 Dec 2021 09:45:59 +0000 (+0100) Subject: vulkan-loader: inherit pkgconfig X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5638 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eaf810efca0dd8be5d561bab46c1998b96061c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 446a2d5c053..dcd6e02ba06 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"