Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Only check for Linux-specific input APIs on Linux targets (thanks, Ma…
…rcus!). This is only for the configure script. The CMake project files already make this Linux-exclusive. Fixes Bugzilla #2659.
- Loading branch information
CheckLibUDev | ||
CheckDBus | ||
CheckIBus | ||
CheckInputEvents | ||
CheckInputKD | ||
case $ARCH in | ||
linux) | ||
CheckInputEvents | ||
CheckInputKD | ||
;; | ||
esac | ||
CheckTslib | ||
CheckUSBHID | ||
CheckPTHREAD |