pipewire: Raise minimum build version to 0.3.44

This commit is contained in:
Frank Praznik
2024-04-18 11:36:46 -04:00
committed by Ryan C. Gordon
parent 566d142938
commit fb4c15319e
2 changed files with 12 additions and 76 deletions

View File

@@ -134,7 +134,7 @@ endmacro()
# - HAVE_SDL_LOADSO opt
macro(CheckPipewire)
if(SDL_PIPEWIRE)
set(PipeWire_PKG_CONFIG_SPEC libpipewire-0.3>=0.3.20)
set(PipeWire_PKG_CONFIG_SPEC libpipewire-0.3>=0.3.44)
pkg_check_modules(PC_PIPEWIRE IMPORTED_TARGET ${PipeWire_PKG_CONFIG_SPEC})
if(PC_PIPEWIRE_FOUND)
set(HAVE_PIPEWIRE TRUE)