summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/waffle
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-19 18:04:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-21 23:44:08 +0100
commit596cbbf615fc1729e32c812ba23e738d7f850a5a (patch)
treee0a26c03edd22663cd672671369b7caeb2f0f560 /meta/recipes-graphics/waffle
parente899b2e25bd3611ab15120ba7e4a723b78a94a05 (diff)
downloadpoky-596cbbf615fc1729e32c812ba23e738d7f850a5a.tar.gz
recipes: Add missing pkgconfig inherit
Various recipes were missing a pkgconfig inherit or pkgconfig-native dependency despite using pkgconfig. Add the inherit to igt-gpu-tools/gdb/libmodulemd/libwpe/xwayland/waffle shaderc/iputils/wpebackend-fdo/lttng-ust/cargo. (From OE-Core rev: 777d9744570c2dc119dc5d04985896bbb1da5885) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/waffle')
-rw-r--r--meta/recipes-graphics/waffle/waffle_1.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/waffle/waffle_1.6.1.bb b/meta/recipes-graphics/waffle/waffle_1.6.1.bb
index fa5efc12c4..395494018a 100644
--- a/meta/recipes-graphics/waffle/waffle_1.6.1.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.6.1.bb
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "31565649ff0e2d8dff1b8f7f2264ab7a78452063c7e04adfc4ce03e64b
15 15
16UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html" 16UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html"
17 17
18inherit meson features_check lib_package bash-completion 18inherit meson features_check lib_package bash-completion pkgconfig
19 19
20DEPENDS:append = " python3" 20DEPENDS:append = " python3"
21 21