Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information
CheckVulkan | ||
CheckWayland | ||
CheckLibUDev | ||
CheckInputEvents | ||
CheckDBus | ||
CheckIME | ||
CheckIBus | ||
CheckFcitx | ||
case $ARCH in | ||
linux) | ||
CheckInputEvents | ||
CheckInputKD | ||
;; | ||
esac |