diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d52754c9..ea646617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -912,7 +912,7 @@ endif() # Check PipeWire backend option(ALSOFT_REQUIRE_PIPEWIRE "Require PipeWire backend" OFF) if(PkgConfig_FOUND) - pkg_check_modules(PIPEWIRE libpipewire-0.3) + pkg_check_modules(PIPEWIRE libpipewire-0.3>=0.3.23) if(PIPEWIRE_FOUND) option(ALSOFT_BACKEND_PIPEWIRE "Enable PipeWire backend" ON) if(ALSOFT_BACKEND_PIPEWIRE) |