]> code.ossystems Code Review - openembedded-core.git/commitdiff
vulkan-loader: inherit pkgconfig
authorMarkus Volk <f_l_k@t-online.de>
Sun, 26 Dec 2021 09:45:59 +0000 (10:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Jan 2022 17:18:11 +0000 (17:18 +0000)
this is needed to get the vulkan.pc file created

Signed-off-by: MarkusVolk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb

index 446a2d5c053ac4f4f9f948a744e67e199d80ca8f..dcd6e02ba06400026c2b25910fc2f3a63a177e22 100644 (file)
@@ -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"