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.2 platform.
Download (HTTP): https://wpewebkit.org/releases/libwpe-1.12.2.tar.xz
Download MD5 sum: 33021c136035c8adfcccb2694dd48341
Download size: 56 KB
Estimated disk space required: 1.1 MB
Estimated build time: less than 0.1 SBU
libxkbcommon-1.4.1 and Mesa-22.1.7
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.