waylandpp (Wayland C++ bindings) Wayland is an object oriented display protocol, which features request and events. Requests can be seen as method calls on certain objects, whereas events can be seen as signals of an object. This makes the Wayland protocol a perfect candidate for a C++ binding. The goal of this library is to create such a C++ binding for Wayland using the most modern C++ technology currently available, providing an easy to use C++ API to Wayland. NOTE: Building documentation (including manpages) requires installing graphics/graphviz as a dependency. This SlackBuild will build all the documentation automatically if it detects graphviz. If you do not want this to occur (adds about 45MB to the otherwise 4.4MB package size), pass DOCS=no to the script.