|
@@ -24312,7 +24312,7 @@ CheckHIDAPI()
|
|
|
if test "${enable_hidapi+set}" = set; then :
|
|
|
enableval=$enable_hidapi;
|
|
|
else
|
|
|
- enable_hidapi=no
|
|
|
+ enable_hidapi=yes
|
|
|
fi
|
|
|
|
|
|
if test x$enable_joystick = xyes -a x$enable_hidapi = xyes; then
|
|
@@ -24778,7 +24778,7 @@ $as_echo "#define SDL_AUDIO_DRIVER_ANDROID 1" >>confdefs.h
|
|
|
# Set up files for the joystick library
|
|
|
if test x$enable_joystick = xyes; then
|
|
|
case $ARCH in
|
|
|
- linux)
|
|
|
+ linux|freebsd)
|
|
|
|
|
|
$as_echo "#define SDL_JOYSTICK_LINUX 1" >>confdefs.h
|
|
|
|
|
@@ -24799,7 +24799,7 @@ $as_echo "#define SDL_JOYSTICK_ANDROID 1" >>confdefs.h
|
|
|
# Set up files for the haptic library
|
|
|
if test x$enable_haptic = xyes; then
|
|
|
case $ARCH in
|
|
|
- linux)
|
|
|
+ linux|freebsd)
|
|
|
if test x$use_input_events = xyes; then
|
|
|
|
|
|
$as_echo "#define SDL_HAPTIC_LINUX 1" >>confdefs.h
|