tag | 5da6ed0e82a14a919ec4e3a06ac57a0eac98af7a | |
---|---|---|
tagger | Aleix Pol <aleixpol@kde.org> | Tue Sep 06 14:12:45 2022 |
object | c95844003cf5e6d3bb74750ecd2c923692fc75da |
Tagging 1.8.0
commit | c95844003cf5e6d3bb74750ecd2c923692fc75da | [log] [tgz] |
---|---|---|
author | Aleix Pol <aleixpol@kde.org> | Tue Sep 06 13:44:20 2022 |
committer | Aleix Pol <aleixpol@kde.org> | Tue Sep 06 13:50:36 2022 |
tree | 1a9ab28cb338fbd3fb62746f827bc62c7678de6e | |
parent | 7f48385d5aded8e66f975250d7cf56e4842f2e19 [diff] |
Fix some reuse warnings
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(PlasmaWaylandProtocols)
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.