johanmattssonm / birdfont

A font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format.
https://birdfont.org
462 stars 32 forks source link

Use the WebKitGTK 4.1 API builds when available #140

Closed bertogg closed 1 year ago

bertogg commented 2 years ago

WebKitGTK switched to soup3 a while ago while keeping the older soup2 build for compatibility.

For apps that don't use libsoup directly (and therefore don't need to port the code to the new soup API) the only change that's needed is using webkit2gtk-4.1 instead of webkit2gtk-4.0.

johanmattssonm commented 1 year ago

Thanks. I updated to 4.1 and things still works for me on Ubuntu.