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-7.10 platform.
![[Note]](../images/note.png) 
          This package is extracted from the KF5 set of packages. If KDE Frameworks-5.25.0 is built, do NOT also build this package as presented here.
Download (HTTP): http://download.kde.org/stable/frameworks/5.25/kwayland-5.25.0.tar.xz
Download MD5 sum: d70abca43cbf6e6a6eba9d79830bf1a1
Download size: 228 KB
Estimated disk space required: 14.9 MB
Estimated build time: 0.8 SBU
extra-cmake-modules-5.25.0, Mesa-12.0.1 (built with Wayland-1.11.0 support), and Qt-5.7.0
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                                   \
      -DCMAKE_INSTALL_LIBDIR=lib                                   \
      -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 2016-08-29 20:28:42 -0700