From d9d70cbaafc929d68c96ac088f2e8df0fa4ba6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 1 Jul 2016 07:54:53 +0200 Subject: [PATCH] Find KF5Wayland together with other frameworks CCBUG: 364928 --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3dced4d7ca..71ca421553 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS WindowSystem IconThemes IdleTime + Wayland ) # required frameworks by config modules find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS @@ -112,10 +113,6 @@ set_package_properties(KF5DocTools PROPERTIES add_feature_info("KF5DocTools" KF5DocTools_FOUND "Enable building documentation") find_package(KDecoration2 CONFIG REQUIRED) -find_package(KF5Wayland CONFIG REQUIRED) -set_package_properties(KF5Wayland PROPERTIES - TYPE REQUIRED - ) find_package(KScreenLocker CONFIG REQUIRED) set_package_properties(KScreenLocker PROPERTIES