Disable HIDAPI by default, as it breaks on Linux when trying to use libusb with non-root permissions on some distributions

This commit is contained in:
Sam Lantinga
2019-08-12 13:35:36 -07:00
parent 155087d106
commit 7a84dd4277
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3216,8 +3216,8 @@ CheckHIDAPI()
esac
AC_ARG_ENABLE(hidapi,
AS_HELP_STRING([--enable-hidapi], [use HIDAPI for low level joystick drivers [[default=yes]]]),
, enable_hidapi=yes)
AS_HELP_STRING([--enable-hidapi], [use HIDAPI for low level joystick drivers [[default=no]]]),
, enable_hidapi=no)
if test x$enable_joystick = xyes -a x$enable_hidapi = xyes; then
if test x$skiplibusb = xyes; then
hidapi_support=yes