Kwayland is a Qt-style API to interact with the wayland-client and wayland-server API.
This package is known to build and work properly using an LFS-8.1 platform.
This package is extracted from the KF5 set of packages. If KDE Frameworks-5.37.0 is built, do NOT also build this package as presented here.
Download (HTTP): http://download.kde.org/stable/frameworks/5.37/kwayland-5.37.0.tar.xz
Download MD5 sum: a1ebab3f95697555278c3bef60647647
Download size: 257 KB
Estimated disk space required: 17 MB
Estimated build time: 0.8 SBU
extra-cmake-modules-5.37.0, Mesa-17.1.6 (built with Wayland-1.14.0 support), and Qt-5.9.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kwayland
Install kwayland by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ -DECM_MKSPECS_INSTALL_DIR=$LXQT_PREFIX/share/mkspecs/modules \ -Wno-dev .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2017-08-25 14:22:07 -0700