commit | fa542b948f927313634077683848578fab97a254 | [log] [tgz] |
---|---|---|
author | Aleix Pol <aleixpol@kde.org> | Mon May 04 16:27:17 2020 +0200 |
committer | Aleix Pol <aleixpol@kde.org> | Mon May 04 16:27:17 2020 +0200 |
tree | ab639ca0cde353689090d20737d603631d31ea68 | |
parent | 898a784c9258d9c1841788ef5d026d512b675dcb [diff] |
Forgot to install the file
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.