Tagging 1.5
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.
4 files changed
tree: b8dd7411bca885f85a6b988bd6cbc7e0b2626d0c
  1. cmake/
  2. LICENSES/
  3. src/
  4. .gitignore
  5. .gitlab-ci.yml
  6. .kde-ci.yml
  7. CMakeLists.txt
  8. COPYING.LIB
  9. metainfo.yaml
  10. PlasmaWaylandProtocolsConfig.cmake.in
  11. README.md
README.md

Plasma Wayland 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.

Usage

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.