commit | d7fb5c066d8a4eb67b6af86a46073d4547e5a2b3 | [log] [tgz] |
---|---|---|
author | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | Fri Sep 22 09:38:59 2023 |
committer | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | Fri Sep 22 09:39:22 2023 |
tree | fcc852d54bca7c9e1542ca3ddeaf2bac034b019a | |
parent | b16ef4272e0e58c6c5c6bb3cab81c02b32d2f206 [diff] |
fake-input: Add destructor request
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.