The WebKitGTK package is a port of the portable web rendering engine WebKit to the GTK+ 3 and GTK+ 2 platforms.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://webkitgtk.org/releases/webkitgtk-2.36.7.tar.xz
Download MD5 sum: 466351cf35e4f742590919380b5dee93
Download size: 25 MB
Estimated disk space required: 988 MB (133 MB installed)
Estimated build time: 32 SBU (using parallelism=4, estimated 117 SBU using one core)
Cairo-1.17.6, CMake-3.24.1, gst-plugins-base-1.20.3, gst-plugins-bad-1.20.3, GTK+-3.24.34, ICU-71.1, Little CMS-2.13.1, libgudev-237, libsecret-0.20.5, libsoup-2.74.2, libtasn1-4.18.0, libwebp-1.2.4, Mesa-22.1.7, OpenJPEG-2.5.0, Ruby-3.1.2, SQLite-3.39.2, Which-2.21, and wpebackend-fdo-1.12.1
enchant-2.3.3, GeoClue-2.6.0, gobject-introspection-1.72.0, hicolor-icon-theme-0.17, and libnotify-0.8.1
bubblewrap-0.6.2, GTK-Doc-1.33.2, GTK-4.6.7, HarfBuzz-5.1.0, Wayland-1.21.0, WOFF2-1.0.2, ccache, Hyphen, libavif, libmanette, and xdg-dbus-proxy
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/webkitgtk
Install WebKitGTK by running the following commands:
mkdir -vp build &&
cd        build &&
cmake -DCMAKE_BUILD_TYPE=Release  \
      -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_SKIP_RPATH=ON       \
      -DPORT=GTK                  \
      -DLIB_INSTALL_DIR=/usr/lib  \
      -DUSE_LIBHYPHEN=OFF         \
      -DENABLE_GAMEPAD=OFF        \
      -DENABLE_MINIBROWSER=ON     \
      -DUSE_WOFF2=OFF             \
      -DUSE_SOUP2=ON              \
      -DUSE_WPE_RENDERER=ON       \
      -DENABLE_JOURNALD_LOG=OFF   \
      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
      -Wno-dev -G Ninja ..        &&
ninja
        This package does not have a working testsuite. However, there is a usable basic graphical web browser in the build directory, build/bin/MiniBrowser. If launching it fails, there is a problem with the build.
          Now, as the root user:
        
ninja install &&
install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &&
install -vm644  ../Documentation/webkit2gtk-4.0/html/*   \
                /usr/share/gtk-doc/html/webkit2gtk-4.0       &&
install -vm644  ../Documentation/webkitdomgtk-4.0/html/* \
                /usr/share/gtk-doc/html/webkitdomgtk-4.0
      
          -DUSE_LIBHYPHEN=OFF: This
          switch disables the default automatic hyphenation implementation.
          You need to install Hyphen
          if you wish to enable it (replacing OFF with ON or just removing
          the switch).
        
          -DENABLE_GAMEPAD=OFF: This
          switch disables gamepad support. Remove this switch if you have
          libmanette
          installed and wish to enable it.
        
          -DENABLE_MINIBROWSER=ON:
          This switch enables compiling and installing the MiniBrowser.
        
          -DUSE_WPE_RENDERER=ON: This
          switch uses the WPE renderer, which is recommended by upstream.
        
          -DENABLE_BUBBLEWRAP_SANDBOX=OFF:
          Remove this switch if the optional packages bubblewrap-0.6.2 and xdg-dbus-proxy are
          installed.
        
          -DENABLE_JOURNALD_LOG=OFF:
          This switch disables using the systemd journal for logging errors
          and debugging information since it is not available on SysV
          systems.
        
          -DUSE_LIBNOTIFY=OFF: Use this switch if
          you do not have libnotify
          installed.
        
          -DUSE_SYSTEM_MALLOC=ON: This switch
          enables building against the system installed malloc.
        
          -DENABLE_GEOLOCATION=OFF: Use this
          switch if you don't want to install GeoClue-2.6.0.
        
          -DENABLE_GTKDOC=ON: Use this switch if
          GTK-Doc-1.33.2 is installed and you wish to
          rebuild and install the API documentation.
        
          -DUSE_WOFF2=ON: Use this switch if the
          optional package WOFF2-1.0.2 is installed. This adds
          additional support for fonts.