We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdd25f commit 616d6c8Copy full SHA for 616d6c8
CMakeLists.txt
@@ -104,7 +104,7 @@ if(ENABLE_SERIALPORT)
104
endif()
105
106
option(USE_SDL2_STATIC "Use SDL2 static library" ON)
107
-option(ENABLE_JOYSTICK "Enable Joystick support" ON)
+option(ENABLE_JOYSTICK "Enable Joystick support" OFF)
108
if(ENABLE_JOYSTICK)
109
if(USE_SDL2_STATIC)
110
find_package(SDL2 COMPONENTS SDL2-static REQUIRED)
0 commit comments