externals: Disable sdl pipewire

* Fixes audio problems in certain games
This commit is contained in:
IndecisiveTurtle 2024-07-15 01:29:16 +03:00
parent 73d4aafc09
commit 432defd992
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ endif()
# SDL3
if (NOT TARGET SDL3::SDL3)
set(SDL_PIPEWIRE OFF)
add_subdirectory(sdl3)
endif()