KWin/Packaging: Difference between revisions

From KDE Community Wiki
(Created page with "KWin packaging notes \o/ = Wayland = Things involved: * kglobalaccel (grows plugin API, plugin supplied by kwin) * kwindowsystem (grows plugins for X11 and wayland) ** both...")
(No difference)

Revision as of 07:06, 9 July 2015

KWin packaging notes \o/

Wayland

Things involved:

  • kglobalaccel (grows plugin API, plugin supplied by kwin)
  • kwindowsystem (grows plugins for X11 and wayland)
    • both plugins should always be installed (best put in the library package itself)
    • wayland plugin in particular should pull in qt's wayland plugin (i.e. qtwayland)
  • kwin (split into kwin-x11 and kwin-wayland)