From 858da39fa45a592800caa21aae55916958440acb Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 28 Jan 2022 13:58:14 +0100 Subject: [PATCH] Increase minimum requirements A newer kwindowsystem is needed for NET::WM2GTKApplicationId kwin and kwayland-server version must match --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a27e85fdf..818862cbf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(KWin VERSION ${PROJECT_VERSION}) set(CMAKE_C_STANDARD 99) set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.89") +set(KF5_MIN_VERSION "5.91") set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) @@ -145,7 +145,7 @@ set_package_properties(KScreenLocker PROPERTIES PURPOSE "For screenlocker integration in kwin_wayland" ) -find_package(KWaylandServer CONFIG REQUIRED) +find_package(KWaylandServer ${PROJECT_VERSION} CONFIG REQUIRED) set_package_properties(KWaylandServer PROPERTIES TYPE REQUIRED PURPOSE "For Wayland integration"