diff options
author | Markus Volk <f_l_k@t-online.de> | 2021-12-26 10:45:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-05 17:18:15 +0000 |
commit | be4292abdbc3f409e9340824cbddc0dc043d5daf (patch) | |
tree | dd093f7dece3b390fb3bf155b37292ed0553c4ab /meta | |
parent | 4aa48c1e9f613f798f36b203de1bfe5ebdbc5939 (diff) | |
download | poky-be4292abdbc3f409e9340824cbddc0dc043d5daf.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-loader_1.2.198.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 446a2d5c05..dcd6e02ba0 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" | |||
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "vulkan" | 17 | REQUIRED_DISTRO_FEATURES = "vulkan" |
18 | 18 | ||
19 | inherit cmake features_check | 19 | inherit cmake features_check pkgconfig |
20 | ANY_OF_DISTRO_FEATURES = "x11 wayland" | 20 | ANY_OF_DISTRO_FEATURES = "x11 wayland" |
21 | 21 | ||
22 | DEPENDS += "vulkan-headers" | 22 | DEPENDS += "vulkan-headers" |