1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Enable haptic because it's needed by android

This commit is contained in:
Mathieu Schroeter 2018-06-08 20:57:32 +02:00
parent 4b2d8e7677
commit e7467b411d

View File

@ -487,7 +487,6 @@ ExternalProject_Add (SDL2_Project
--enable-static
#--disable-joystick
--enable-joystick # TODO: Default SDL2 android skeleton requires joystick to build, could be probably fixed by commenting out some things
--disable-haptic
${SDL2_CONFIGURE}
${ADDITIONAL_CONFIGURE_OPTIONS}
BUILD_COMMAND ${CMD} make