mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
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:
committed by
Richard Purdie
parent
4aa48c1e9f
commit
be4292abdb
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user