commit | e89f46fa782713f004a65879c56e844fce63257b | [log] [tgz] |
---|---|---|
author | Xaver Hugl <xaver.hugl@gmail.com> | Fri Feb 19 17:47:54 2021 |
committer | Xaver Hugl <xaver.hugl@gmail.com> | Sun Apr 11 17:13:31 2021 |
tree | a56952c8de718768f2eedfdee53805e713c0a9b9 | |
parent | 742b637af79c799cfc2ed0e6866ab7132c5121ba [diff] |
Add overscan to output protocols
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.