tag | b111d21b0a2b489ba8f1fb6d906f3467197f6d2c | |
---|---|---|
tagger | Aleix Pol <aleixpol@kde.org> | Fri May 06 23:14:43 2022 |
object | 2af42fb090538c77c33721f1d39ae5ab99870e5c |
Tagging 1.7.0
commit | 2af42fb090538c77c33721f1d39ae5ab99870e5c | [log] [tgz] |
---|---|---|
author | David Edmundson <kde@davidedmundson.co.uk> | Thu May 05 08:18:53 2022 |
committer | David Edmundson <kde@davidedmundson.co.uk> | Fri May 06 10:07:19 2022 |
tree | f98e10175abf57112bc6f7f74e43a8301a910b36 | |
parent | 576282926128765123c7edf7daca4573b1dba993 [diff] |
Add destructor for primary output global
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.