From: Markus Volk Date: Sat, 5 Nov 2022 16:43:43 +0000 (+0100) Subject: webkitgtk: use libsoup-3.0 by default X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2611 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a18f3cb38e0b897c5d60e4943478ad1b7f7e637c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git webkitgtk: use libsoup-3.0 by default Some Gnome projects have stopped supporting libsoup-2.4. Therefore, switch to libsoup-3.0. This would unblock the update of geary or gnome-online-accounts, which would otherwise fail like this: | Run-time dependency webkit2gtk-4.1 found: NO (tried pkgconfig) | | ../git/meson.build:70:0: ERROR: Dependency "webkit2gtk-4.1" not found, tried pkgconfig Signed-off-by: Markus Volk Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb index 76b119c9c72..f3e1adee705 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb @@ -43,7 +43,7 @@ DEPENDS = " \ gstreamer1.0-plugins-base \ " -PACKAGECONFIG_SOUP ?= "soup2" +PACKAGECONFIG_SOUP ?= "soup3" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd wayland x11', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'webgl opengl', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'webgl gles2', d)} \