commit | 18d28349afdbbee2b5782ebc1509af6dcb64d1bb | [log] [tgz] |
---|---|---|
author | Xaver Hugl <xaver.hugl@gmail.com> | Mon Aug 09 15:09:47 2021 |
committer | Xaver Hugl <xaver.hugl@gmail.com> | Fri Aug 13 17:48:23 2021 |
tree | 60ca36a9066c7a9bd1228dfe408adf288be4f20f | |
parent | 8d330904df661602198f4700322d903a291f4d86 [diff] |
Add gpu protocol In order to improve support for VFIO use-cases this protocol allows to suggest the compositor to release control of graphics devices or switch compositing to another device.
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.