Warning, /libraries/plasma-wayland-protocols/README.md is written in an unsupported language. File is not indexed.

0001 # Plasma Wayland Protocols
0002 
0003 This project provides the xml files of the non-standard wayland
0004 protocols we use in Plasma.
0005 
0006 They are installed to $PREFIX/share/plasma-wayland-protocols.
0007 
0008 ## Usage
0009 You can get the directory where they're installed by using
0010 
0011     find_package(PlasmaWaylandProtocols)
0012 
0013 Then they can be accessed using `${PLASMA_WAYLAND_PROTOCOLS_DIR}`.
0014 
0015 You can learn more about such protocol files in
0016 https://wayland.freedesktop.org/docs/html/ch04.html.