commit | a9f356c21199395b53e09d7888c8f36ac3ad4a97 | [log] [tgz] |
---|---|---|
author | Aleix Pol <aleixpol@kde.org> | Fri May 08 17:27:24 2020 |
committer | Aleix Pol <aleixpol@kde.org> | Fri May 08 17:27:24 2020 |
tree | ac55306bf97e303d5fcd091d9463c039bef5e446 | |
parent | fa542b948f927313634077683848578fab97a254 [diff] |
screencast: Addressed comments about the protocol
This project should be installing only the xml files of the non-standard wayland protocols we use in Plasma.
They are installed to $PREFIX/share/plasma-wayland-protocols.
You can get the directory where they're installed by using
find_package(KF5PlasmaWaylandProtocols)
Then they can be accessed using ${PLASMA_WAYLAND_PROTOCOLS_DIR}
.
You can learn more about such protocol files in https://wayland.freedesktop.org/docs/html/ch04.html.