summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Kubizňák <kubiznak@2n.com>2023-04-03 13:06:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-04 13:11:50 +0100
commit8fecd64f26cc39e36af1deba0e33304c7bc0c2ea (patch)
treef7b086dcc844bca3c0c9f10d2f854beba3d9f05d
parent497707c4046cf5733da96b6ef222469089f8d8a9 (diff)
downloadpoky-8fecd64f26cc39e36af1deba0e33304c7bc0c2ea.tar.gz
webkitgtk: add missing dependencies
When gobject-introspection feature is disabled, gettext-native and glib-2.0-native dependencies are not pulled in, which causes failures in do_compile due to missing xgettext and gdbus-codegen. (From OE-Core rev: c9e4c3d437ba7cadb87bc30b85f602b8551a0e17) Signed-off-by: Petr Kubizňák <kubiznak@2n.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.38.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.38.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.38.5.bb
index 832c8327dd..36c6233b33 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.38.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.38.5.bb
@@ -38,6 +38,8 @@ DEPENDS += " \
38 libnotify \ 38 libnotify \
39 gstreamer1.0 \ 39 gstreamer1.0 \
40 gstreamer1.0-plugins-base \ 40 gstreamer1.0-plugins-base \
41 glib-2.0-native \
42 gettext-native \
41 " 43 "
42 44
43PACKAGECONFIG_SOUP ?= "soup3" 45PACKAGECONFIG_SOUP ?= "soup3"