Community
Participate
Working Groups
I'm adding a webextension (see parent) to support browser function return value functionality. This involves building a separate webkit2 extension '.so' lib that requires the following flags in order to build: pkg-config --cflags webkit2gtk-4.0 I think the current build servers need to be updated in order have them present for the build. Need to investigate further when patch is closer to completion. But wanted to make a note of it for now.
Update: Better ensure 'pkg-config --cflags webkit2gtk-web-extension-4.0' is supported instead. At the moment webkit2gtk2-4.0 and webkit2gtk-web-extension-4.0 are the same, but maybe they might change in the future.
Need build servers to be upgraded to have webkit2gtk flags: Bug 476643 – Create RHEL slave for native buils Adding as 'depends on'
The following package is now available on the build server: > webkitgtk4-devel.* Which also contains the 'pkg-config --cflags webkit2gtk-web-extension-4.0' flags and includes. We should be good to go.