externals/SDL: update SDL to version with Wayland build fix
This commit is contained in:
		
							
								
								
									
										8
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@@ -52,12 +52,12 @@ endif()
 | 
			
		||||
# SDL2
 | 
			
		||||
if (YUZU_USE_EXTERNAL_SDL2)
 | 
			
		||||
    if (NOT WIN32)
 | 
			
		||||
        # Yuzu itself needs: Events Joystick Haptic Sensor Timers Audio Threads Atomic
 | 
			
		||||
        # Since 2.0.18 Threads/Atomic required for HIDAPI/libusb (see https://github.com/libsdl-org/SDL/issues/5095)
 | 
			
		||||
        # Yuzu itself needs: Atomic Audio Events Joystick Haptic Sensor Threads Timers
 | 
			
		||||
        # Since 2.0.18 Atomic+Threads required for HIDAPI/libusb (see https://github.com/libsdl-org/SDL/issues/5095)
 | 
			
		||||
        # Yuzu-cmd also needs: Video (depends on Loadso/Dlopen)
 | 
			
		||||
        set(SDL_UNUSED_SUBSYSTEMS
 | 
			
		||||
            Render Power File CPUinfo
 | 
			
		||||
            Filesystem Locale)
 | 
			
		||||
            CPUinfo File Filesystem
 | 
			
		||||
            Locale Power Render)
 | 
			
		||||
        foreach(_SUB ${SDL_UNUSED_SUBSYSTEMS})
 | 
			
		||||
          string(TOUPPER ${_SUB} _OPT)
 | 
			
		||||
          option(SDL_${_OPT} "" OFF)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								externals/SDL
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								externals/SDL
									
									
									
									
										vendored
									
									
								
							 Submodule externals/SDL updated: 2e9821423a...e2ade2bfc4
									
								
							
		Reference in New Issue
	
	Block a user