build(cmake/sdl2): disable pipewire when fetching sdl2 (#10373)

This commit is contained in:
André Costa
2026-07-23 12:45:24 +02:00
committed by GitHub
parent f83a947333
commit 9c2e0f6ebd
@@ -82,6 +82,9 @@ set(SDL_TEST
set(SDL_ALSA
OFF
CACHE BOOL "" FORCE)
set(SDL_PIPEWIRE
OFF
CACHE BOOL "" FORCE)
set(SDL_PULSEAUDIO
OFF
CACHE BOOL "" FORCE)