Commit 6c0b304c93e08d7d8195d6a3fffe541118ce5fd1

Sam Lantinga 2019-06-05T12:03:45

Fixed bug 4655 - evdev is available on FreeBSD, check in 'configure' limited to Linux Jan Martin Mikkelsen The evdev interface is available on FreeBSD, with the xf86-input-evdev for include files in /usr/local/include/linux, so <linux/input.h> works, or when build with the native evdev option, where <dev/evdev/input.h> is available.