]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
webkitgtk: add missing dependencies
authorPetr Kubizňák <kubiznak@2n.com>
Mon, 3 Apr 2023 11:06:45 +0000 (13:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Apr 2023 20:10:38 +0000 (21:10 +0100)
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.

Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkitgtk_2.38.5.bb

index 832c8327ddcb440572fc6c66a5a0279265efa7ae..36c6233b331257958dd818b720fc63c9e0cf58f4 100644 (file)
@@ -38,6 +38,8 @@ DEPENDS += " \
           libnotify \
           gstreamer1.0 \
           gstreamer1.0-plugins-base \
+          glib-2.0-native \
+          gettext-native \
           "
 
 PACKAGECONFIG_SOUP ?= "soup3"