CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/07/09 11:57:40
Modified files:
x11/kde-plasma/kwin: Makefile
x11/kde-plasma/kwin-x11: Makefile
Log message:
Add missing build dependency on libinput-openbsd (linux/input.h)
Even though we already have the entire wayland-include and -protocols universe
in the build dependency chain, we are still missing libinput-openbsd as this is
also only a build dependency of the wayland universe. This can be junked in a
build. It happened tb@ Thanks for reporting!