Skip to content

Commit

Permalink
Regenerated configure with configure.ac changes
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 21, 2020
1 parent 417713a commit 1a6f605
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure
Expand Up @@ -24232,6 +24232,10 @@ CheckHIDAPI()
*-*-*bsd* )
onlylibusb=yes
;;
# RAWINPUT is only available on Win32, but can be enabled if HIDAPI is
*-*-cygwin* | *-*-mingw32*)
userawinput=yes
;;
esac

# Check whether --enable-hidapi was given.
Expand Down Expand Up @@ -24336,8 +24340,11 @@ fi

$as_echo "#define SDL_JOYSTICK_HIDAPI 1" >>confdefs.h

if test x$userawinput = xyes; then

$as_echo "#define SDL_JOYSTICK_RAWINPUT 1" >>confdefs.h

fi
EXTRA_CFLAGS="$EXTRA_CFLAGS -I$srcdir/src/hidapi/hidapi"
SOURCES="$SOURCES $srcdir/src/joystick/hidapi/*.c"
SOURCES="$SOURCES $srcdir/src/hidapi/SDL_hidapi.c"
Expand Down

0 comments on commit 1a6f605

Please sign in to comment.