Skip to content

Make linux/input.h a hard dependency

Vlad Zahorodnii requested to merge work/zzag/linux-input-hard-dependency into master

Without it, the wayland session may not work as desired. It's also worth pointing out that FreeBSD ships v4l_compat, which provides linux/input.h.

Ultimately, if depending on linux/input.h is not an option, we could use dev/evdev/input.h

Merge request reports