]> code.ossystems Code Review - openembedded-core.git/commit
webkitgtk: Add packageconfig for libsoup2
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 10 Dec 2021 15:37:41 +0000 (09:37 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Dec 2021 11:27:20 +0000 (11:27 +0000)
commitdeedca6bee5c90e35a7814b04bc5de03de9f9b1d
treea85d818e92f63fa5c9eb896b82206329a00a5d93
parente020b140cc6eb93283533545c3d64e9aed0b2489
webkitgtk: Add packageconfig for libsoup2

Adds a PACKAGECONFIG option to use libsoup2 instead of libsoup3.
Including libsoup2 and libsoup3 in the same process can cause strange
runtime failures, and the latest release of each major version will
cause the process to exit if both are detected on startup.

The default is changed from libsoup3 back to libsoup2. Most GNOME
packages are still using libsoup2, and a large number of these pull in
webkitgtk either directly or indirectly. If webkitgtk uses libsoup3,
this causes all of these packages to fail at startup. It appears that
most GNOME packages will have to switch to libsoup3 when they transition
to GTK4.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkitgtk_2.34.2.bb