kwayland is a Qt-style API to interact with the wayland-client and wayland-server API.
This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.
This package is extracted from the KF6 set of packages. If KDE Frameworks-6.29.0 is built, do NOT also build this package as presented here.
Download (HTTP): https://download.kde.org/stable/plasma/6.7.4/kwayland-6.7.4.tar.xz
Download MD5 sum: 020f2d5ae392678298050babb4e60337
Download size: 131 KB
Estimated disk space required: 11 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
Extra-CMake-Modules-6.29.0, Mesa-26.1.7 (built with Wayland-1.26.0 support), plasma-wayland-protocols-1.21.0, and Qt-6.11.2
Install kwayland by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_LIBEXECDIR=libexec \
-D KDE_INSTALL_USE_QT_SYS_PATHS=ON \
-D BUILD_TESTING=OFF \
-W no-author .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install