Tagging 0.1
Remove unused file
1 file changed
tree: c80178e7961b924e80e16e1fab1c664e977c5744
  1. cmake/
  2. LICENSES/
  3. src/
  4. .arcconfig
  5. .arclint
  6. .gitignore
  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(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.