mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Use SDL_hidapi.c instead of the platform specific hid.c implementations when libusb isn't available
This commit is contained in:
12
configure
vendored
12
configure
vendored
@@ -24364,17 +24364,7 @@ _ACEOF
|
||||
|
||||
fi
|
||||
else
|
||||
case "$host" in
|
||||
*-*-cygwin* | *-*-mingw32* )
|
||||
SOURCES="$SOURCES $srcdir/src/hidapi/windows/hid.c"
|
||||
;;
|
||||
*-*-darwin* )
|
||||
SOURCES="$SOURCES $srcdir/src/hidapi/mac/hid.c"
|
||||
;;
|
||||
* )
|
||||
SOURCES="$SOURCES $srcdir/src/hidapi/linux/hid.c"
|
||||
;;
|
||||
esac
|
||||
SOURCES="$SOURCES $srcdir/src/hidapi/SDL_hidapi.c"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user