The libwpe package contains a general purpose library for WPE WebKit and the WPE Renderer.
This package is known to build and work properly using an LFS 12.1 platform.
Download (HTTP): https://wpewebkit.org/releases/libwpe-1.14.2.tar.xz
Download MD5 sum: 61840e24ba0a0f5828194dff28db92ee
Download size: 64 KB
Estimated disk space required: 1.9 MB
Estimated build time: less than 0.1 SBU
libxkbcommon-1.6.0 and Mesa-24.0.1
Install libwpe by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
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.