diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ find_package(KSMServerDBusInterface CONFIG REQUIRED) find_package(KF5ItemModels CONFIG REQUIRED) find_package(KF5Emoticons CONFIG REQUIRED) -find_package(KF5 REQUIRED COMPONENTS SysGuard) +find_package(KSysGuard) find_package(KDED CONFIG REQUIRED) find_package(KF5Baloo ${KF5_MIN_VERSION}) diff --git a/applets/CMakeLists.txt b/applets/CMakeLists.txt --- a/applets/CMakeLists.txt +++ b/applets/CMakeLists.txt @@ -2,7 +2,7 @@ add_subdirectory(kickoff) add_subdirectory(trash) -add_subdirectory(taskmanager) +#add_subdirectory(taskmanager) plasma_install_package(window-list org.kde.plasma.windowlist) plasma_install_package(icontasks org.kde.plasma.icontasks)