subprojects: update lua,pcre2,sdl2 (#1812)

* subprojects: update lua,pcre2,sdl2

* meson.build: remove hidapi usage

* subprojects/sdl2: fix compilation with xinput

Co-authored-by: Guldoman <giulio.lettieri@gmail.com>

---------

Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
This commit is contained in:
Takase
2024-06-23 09:02:55 +08:00
committed by takase1121
co-authored by Guldoman
parent 64b7625b62
commit c3fa3859f2
3 changed files with 19 additions and 18 deletions
+1
View File
@@ -153,6 +153,7 @@ if not get_option('source-only')
sdl_options += 'use_audio=disabled'
sdl_options += 'use_cpuinfo=disabled'
sdl_options += 'use_joystick=disabled'
sdl_options += 'use_joystick_xinput=disabled'
sdl_options += 'use_video_vulkan=disabled'
sdl_options += 'use_video_offscreen=disabled'
sdl_options += 'use_power=disabled'