[Webkit-unassigned] [Bug 227840] [GTK] 2.33.2: cmake fails on detecting libsoup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 10:13:39 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227840

--- Comment #4 from Tomasz Kłoczko <kloczko.tomasz at gmail.com> ---
(In reply to Michael Catanzaro from comment #1)
> You either need libsoup3 (highly recommended, it enables HTTP/2) or else
> -DUSE_SOUP2=ON for the fallback behavior.

And that is the problem that webkitgtk cmake instead checking first libsoup-2.4 and if not found libsoup-3.0 (or in reverse order) is forring tiu use -DUSE_SOUP2=ON.

At the moment all projects which uses webkitgtk are still uisng gtk 3.x so linking with gtk 3.x and gtk 4.0 (use libsoup-3.0  seems requires gtk 4.x) does not make any sense and probably will cause symbol clkash.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210709/c82168ee/attachment-0001.htm>


More information about the webkit-unassigned mailing list