Skip to content

Commit 616d6c8

Browse files
committed
disable joystick fixup
1 parent ebdd25f commit 616d6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if(ENABLE_SERIALPORT)
104104
endif()
105105

106106
option(USE_SDL2_STATIC "Use SDL2 static library" ON)
107-
option(ENABLE_JOYSTICK "Enable Joystick support" ON)
107+
option(ENABLE_JOYSTICK "Enable Joystick support" OFF)
108108
if(ENABLE_JOYSTICK)
109109
if(USE_SDL2_STATIC)
110110
find_package(SDL2 COMPONENTS SDL2-static REQUIRED)

0 commit comments

Comments
 (0)