diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ add_feature_info("prctl-dumpable" HAVE_PR_SET_DUMPABLE "Required for disallow ptrace on greeter and kcheckpass process") find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS - Plasma KCMUtils Declarative IdleTime KDELibs4Support Crash GlobalAccel) + KCMUtils Declarative IdleTime KDELibs4Support Crash GlobalAccel) find_package(X11) set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries" diff --git a/kcm/CMakeLists.txt b/kcm/CMakeLists.txt --- a/kcm/CMakeLists.txt +++ b/kcm/CMakeLists.txt @@ -39,4 +39,4 @@ ${KDE_INSTALL_KSERVICES5DIR} ) -plasma_install_package(package screenlocker_kcm kcms screenlocker_kcm) +kpackage_install_package(package screenlocker_kcm kcms screenlocker_kcm)