webkitgtk: 2.40.5 → 2.42.1
https://github.com/WebKit/WebKit/commits/webkitgtk-2.42.1/Source/cmake/OptionsGTK.cmake
https://webkitgtk.org/security/WSA-2023-0009.html
JPEG XL is enabled by default.
Remove support for OpenGL API in the web process;
Remove GLX support:
https://github.com/WebKit/WebKit/commit/cfe917fec45bf72c371087ece034feee8454f1b4
https://github.com/WebKit/WebKit/commit/320560f9e53ddcd53954059bd005e0c75eb91abf
Other than ENABLE_GLES2 option can be dropped, it is unclear to me what can actually
be dropped so keeping everything around. I assume we keep libGL mainly for egl.
But we don't really need to worry about https://bugzilla.redhat.com/show_bug.cgi?id=2240428 and
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050777 here, we are applying libgl-path.patch to
libepoxy which should load the libGLESv2 thing in a hardcoded path.
Tested yelp, newsflash and the bundled minibrowser and does not experience crash so far.
Dropped pcre as mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=2212686.