diff --git a/CMakeLists.txt b/CMakeLists.txt index 37d9cbfad4..c0aa33be75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -393,7 +393,7 @@ add_feature_info("SCHED_RESET_ON_FORK" "Required for running kwin_wayland with real-time scheduling") -pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3) +pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3>=0.3.29) add_feature_info(PipeWire PipeWire_FOUND "Required for Wayland screencasting") ########### global ###############