tag | 3c29bee2d971239321381078fd7491862fc95411 | |
---|---|---|
tagger | Aleix Pol <aleixpol@kde.org> | Fri Nov 05 01:54:13 2021 |
object | 490895c66b364ce5741b854ee4343af21547fee5 |
Tagging 1.5
commit | 490895c66b364ce5741b854ee4343af21547fee5 | [log] [tgz] |
---|---|---|
author | Aleix Pol <aleixpol@kde.org> | Fri Nov 05 01:44:55 2021 |
committer | Aleix Pol <aleixpol@kde.org> | Fri Nov 05 01:44:55 2021 |
tree | b8dd7411bca885f85a6b988bd6cbc7e0b2626d0c | |
parent | fcc237f113c596abfc4e95ddbe67dde5782d13f1 [diff] |
Revert "Add support for Primary Outputs" This reverts commit fcc237f113c596abfc4e95ddbe67dde5782d13f1. This is done to be able to release 1.5 without the Primary Outputs changes. We will un-revert it after releasing so it's available in 1.6.
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.