commit | 8d8921db9e80304b3c3a7ec1552c9d79d852ffe0 | [log] [tgz] |
---|---|---|
author | Niccolò Venerandi <niccolo@venerandi.com> | Wed Feb 22 14:42:17 2023 |
committer | Niccolo Venerandi <niccolo@venerandi.com> | Fri Apr 28 12:35:24 2023 |
tree | fb7c87906b5cf1d266fe8701f03a8543d73bc999 | |
parent | fbd8313f221e19b3cfcb439eeab3785135fa139c [diff] |
Add summaries
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.