Tagging 1.2.0.1
Bump version to 1.2.1

The v1.2.0 release is borked. It has wrong project version in
CMakeLists.txt, 1.1.0 instead of 1.2.0.
1 file changed
tree: bf6da3b971d3e5055772d364d863148b3489db50
  1. cmake/
  2. LICENSES/
  3. src/
  4. .gitignore
  5. CMakeLists.txt
  6. COPYING.LIB
  7. metainfo.yaml
  8. PlasmaWaylandProtocolsConfig.cmake.in
  9. 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(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.