Skip to content

Fix kwin version check

Alessandro Astone requested to merge work/aleasto/kwin-dep into master

It looks like KWinEffects was used to check the version of the installed kwin package. However since Plasma 6 kwin doesn't provide that cmake package anymore, but it does provide the "KWin" package.

Since it is not used to build but only for a version check, the package type should be RUNTIME.

Merge request reports