externals: Disable sdl pipewire
* Fixes audio problems in certain games
This commit is contained in:
parent
73d4aafc09
commit
432defd992
|
@ -59,6 +59,7 @@ endif()
|
||||||
|
|
||||||
# SDL3
|
# SDL3
|
||||||
if (NOT TARGET SDL3::SDL3)
|
if (NOT TARGET SDL3::SDL3)
|
||||||
|
set(SDL_PIPEWIRE OFF)
|
||||||
add_subdirectory(sdl3)
|
add_subdirectory(sdl3)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue