diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bfd9bf2c4..55feb2e8e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -396,7 +396,7 @@ if (NOT libdisplayinfo_FOUND) endif() add_feature_info(libdisplayinfo libdisplayinfo_FOUND "EDID and DisplayID library: https://gitlab.freedesktop.org/emersion/libdisplay-info") -pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3>=0.3.29) +pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3>=0.3.65) add_feature_info(PipeWire PipeWire_FOUND "Required for Wayland screencasting") if (KWIN_BUILD_NOTIFICATIONS)