Browse Source

Fix joystick hotplugging issue by building SDL with default settings

master
C. J. Howard 4 years ago
parent
commit
6f96a1dd58
Signed by: cjhoward GPG Key ID: 03E1FABA9C3EC195
4 changed files with 3 additions and 23 deletions
  1. +0
    -20
      CMakeLists.txt
  2. +1
    -1
      modules/antkeeper-data
  3. +1
    -1
      modules/antkeeper-source
  4. +1
    -1
      modules/vmq

+ 0
- 20
CMakeLists.txt View File

@ -58,26 +58,6 @@ ExternalProject_Add(SDL2
CMAKE_ARGS
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
"-DCMAKE_INSTALL_PREFIX=${MODULE_INSTALL_DIR}"
"-DSDL_ATOMIC=OFF"
"-DSDL_AUDIO=OFF"
"-DSDL_CPUINFO=ON"
"-DSDL_DLOPEN=ON"
"-DSDL_EVENTS=ON"
"-DSDL_FILE=OFF"
"-DSDL_FILESYSTEM=OFF"
"-DSDL_HAPTIC=ON"
"-DSDL_JOYSTICK=ON"
"-DSDL_LOADSO=ON"
"-DSDL_POWER=ON"
"-DSDL_RENDER=OFF"
"-DSDL_SHARED=ON"
"-DSDL_STATIC=OFF"
"-DSDL_STATIC_PIC=OFF"
"-DSDL_TEST=OFF"
"-DSDL_THREADS=OFF"
"-DSDL_TIMERS=ON"
"-DSDL_VIDEO=ON"
"-DVIDEO_VULKAN=OFF"
BUILD_ALWAYS 0)
# Build OpenAL Soft module

+ 1
- 1
modules/antkeeper-data

@ -1 +1 @@
Subproject commit 502c6a7b7920a9b965bf339778e82247a5da5b89
Subproject commit b69b6063705a65a79c7f70703f0866d4d7aeda5e

+ 1
- 1
modules/antkeeper-source

@ -1 +1 @@
Subproject commit 79e305ffcc3b41b128c28a5dbaf8ece9a01f2e41
Subproject commit 52f21a725c572bcae8793d5f03ec0347f538b6c8

+ 1
- 1
modules/vmq

@ -1 +1 @@
Subproject commit 8e2fce9dd6471388830e8dec8c206b3e7d84e41d
Subproject commit 722e5c4ae3a517592b0972202907517b44be85d9

Loading…
Cancel
Save