[build] Search for kirigami as a runtime dependency
Test Plan: cmake lists kirigami as a found dependency Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D18359
This commit is contained in:
parent
204a05fef8
commit
79eeea6b58
1 changed files with 7 additions and 0 deletions
|
@ -115,6 +115,13 @@ set_package_properties(KF5DocTools PROPERTIES
|
|||
)
|
||||
add_feature_info("KF5DocTools" KF5DocTools_FOUND "Enable building documentation")
|
||||
|
||||
find_package(KF5Kirigami2 ${KF5_MIN_VERSION} CONFIG)
|
||||
set_package_properties(KF5Kirigami2 PROPERTIES
|
||||
DESCRIPTION "A QtQuick based components set"
|
||||
PURPOSE "Required at runtime for Virtual desktop KCM and the virtual keyboard"
|
||||
TYPE RUNTIME
|
||||
)
|
||||
|
||||
find_package(KDecoration2 5.13.0 CONFIG REQUIRED)
|
||||
|
||||
find_package(KScreenLocker CONFIG REQUIRED)
|
||||
|
|
Loading…
Reference in a new issue