Enable HIDAPI by default

This commit is contained in:
Sam Lantinga
2020-11-21 11:25:26 -08:00
parent a94fe009c6
commit 120dc280ca
2 changed files with 5 additions and 5 deletions

View File

@@ -3327,8 +3327,8 @@ CheckHIDAPI()
esac
AC_ARG_ENABLE(hidapi,
AS_HELP_STRING([--enable-hidapi], [use HIDAPI for low level joystick drivers [[default=no]]]),
, enable_hidapi=no)
AS_HELP_STRING([--enable-hidapi], [use HIDAPI for low level joystick drivers [[default=yes]]]),
, enable_hidapi=yes)
if test x$enable_joystick = xyes -a x$enable_hidapi = xyes; then
if test x$skiplibusb = xyes; then
hidapi_support=yes