Open Nyalnara opened 5 days ago
So going through the package tree, kwin
requires everything except extra-cmake-modules
, which is a build dependency you may be missing because kwin
could be installed as an already-built binary.
sudo pacman -S extra-cmake-modules kwin
should thus be enough to build (it will get either kf5 or 6 dependencies based on the version of kwin
you install).
Greetings!
Dependencies list for arch is a bit outdated (kf6 is available and builds fine), and most of the kf5/kf6 group isn't used for building (see below).
I'll check what packages provide those and propose an updated dependencies list tomorrow when I get the time.
Thank you for reading.