commit | 8e7fa5649271ace6254c6916e099bebd392b7a03 | [log] [tgz] |
---|---|---|
author | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | Thu Jun 18 16:53:05 2020 |
committer | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | Wed Jul 08 07:07:32 2020 |
tree | 6a7245c9d2c9b2fc98b2062ed3aee12d24efda5c | |
parent | b15211f01c77b3357401d42e7cf2ce5b4cc1d2cc [diff] |
Rework the blur protocol according to upstream standards
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.