mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
configure.ac: add NetBSD probing
Some headers we're usually probing for are different on NetBSD, so we need to look specifically for NetBSD host. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
ddf95e76aa
commit
735ef6e499
@@ -74,6 +74,9 @@ case $host_os in
|
||||
*dragonfly*)
|
||||
AC_CHECK_HEADERS([bus/u4b/usb.h bus/u4b/usbhid.h], [bsd_backend=yes])
|
||||
;;
|
||||
*netbsd*)
|
||||
bsd_backend=yes
|
||||
;;
|
||||
*)
|
||||
AC_CHECK_HEADERS([dev/usb/usbhid.h], [bsd_backend=yes])
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user