wpebackend-fdo-1.10.0

Introduction to wpebackend-fdo

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.

Package Information

wpebackend-fdo Dependencies

Required

libepoxy-1.5.9, libwpe-1.10.1, and wayland-protocols-1.21

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/wpebackend-fdo

Installation of 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

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: None
Installed Libraries: libWPEBackend-fdo-1.0.so
Installed Directories: /usr/include/wpe-fdo-1.0

Short Descriptions

libWPEBackend-fdo-1.0.so

contains functions that provide the freedesktop.org backend for WPE WebKit and the WPE renderer

Last updated on