From e7467b411d3885613a0e359d71e91d4e86486197 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 8 Jun 2018 20:57:32 +0200 Subject: [PATCH] Enable haptic because it's needed by android --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c77b2fd..1b1ef7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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