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 11.3 platform.
Download (HTTP): https://wpewebkit.org/releases/libwpe-1.14.1.tar.xz
Download MD5 sum: d834d70a6b3afb24a05ec188df248e52
Download size: 64 KB
Estimated disk space required: 2.3 MB
Estimated build time: less than 0.1 SBU
libxkbcommon-1.5.0 and Mesa-22.3.5
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libwpe
Install libwpe by running the following commands:
mkdir build && cd build && meson --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.