Find KF5Wayland together with other frameworks
CCBUG: 364928
This commit is contained in:
parent
94e7adc53c
commit
d9d70cbaaf
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue