The wpebackend-fdo package contains the Freedesktop.org backend for WPE WebKit and the WPE renderer.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://wpewebkit.org/releases/wpebackend-fdo-1.10.0.tar.xz
Download MD5 sum: 306adbb0c66dc753e1794c83b7a2682b
Download size: 40 KB
Estimated disk space required: 6.7 MB
Estimated build time: 0.1 SBU
libepoxy-1.5.9, libwpe-1.10.1, and wayland-protocols-1.21
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/wpebackend-fdo
Install wpebackend-fdo by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. ninja
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
Last updated on