]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Wed, 12 Jan 2022 02:10:57 +0000 (10:10 +0800)
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>
(cherry picked from commit 1eaf810efca0dd8be5d561bab46c1998b96061c1)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb

index 41632f25cebcdcba70e7cf229803f6147489f78b..984dc1253fe06c76cf083f4807446b5df9712cff 100644 (file)
@@ -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"