Navigation Menu

Skip to content

Commit

Permalink
Fixed bug 4655 - evdev is available on FreeBSD, check in 'configure' …
Browse files Browse the repository at this point in the history
…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
slouken committed Jun 5, 2019
1 parent 2356936 commit 6c0b304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -24403,13 +24403,13 @@ case "$host" in
CheckVulkan
CheckWayland
CheckLibUDev
CheckInputEvents
CheckDBus
CheckIME
CheckIBus
CheckFcitx
case $ARCH in
linux)
CheckInputEvents
CheckInputKD
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3333,14 +3333,14 @@ case "$host" in
CheckOpenGLESX11
CheckVulkan
CheckWayland
CheckInputEvents
CheckLibUDev
CheckDBus
CheckIME
CheckIBus
CheckFcitx
case $ARCH in
linux)
CheckInputEvents
CheckInputKD
;;
esac
Expand Down

0 comments on commit 6c0b304

Please sign in to comment.