vulkan-loader: inherit pkgconfig

this is needed to get the vulkan.pc file created

(From OE-Core rev: 1eaf810efca0dd8be5d561bab46c1998b96061c1)

Signed-off-by: MarkusVolk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Markus Volk
2021-12-26 10:45:59 +01:00
committed by Richard Purdie
parent 4aa48c1e9f
commit be4292abdb

View 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"