Introduction to Wayland
Wayland is a project to define a protocol
for a compositor to talk to its clients as well as a library
implementation of the protocol.
This package is known to build and work properly
using an LFS 12.4 platform.
Package Information
Wayland Dependencies
Required
libxml2-2.15.1
Optional
"doxygen",
"graphviz" and
xmlto-0.0.29 (to build the API documentation) and
docbook-xml-4.5,
docbook-xsl-nons-1.79.2 and
libxslt-1.1.43 (to build the manual pages)
Installation of Wayland
Install Wayland by running the following
commands:
meson setup build \
--prefix=/usr \
--buildtype=release \
-D documentation=falseninja -C build
To test the results, issue:
env -u XDG_RUNTIME_DIR ninja -C build test
Now Install, as the root user:
ninja -C build install