diff --git a/kdecoration/CMakeLists.txt b/kdecoration/CMakeLists.txt index 9850af33..591574fa 100644 --- a/kdecoration/CMakeLists.txt +++ b/kdecoration/CMakeLists.txt @@ -1,7 +1,7 @@ add_definitions(-DTRANSLATION_DOMAIN="breeze_kwin_deco") find_package(KDecoration2 REQUIRED) -find_package(KF5 REQUIRED COMPONENTS CoreAddons ConfigWidgets WindowSystem) +find_package(KF5 REQUIRED COMPONENTS CoreAddons ConfigWidgets WindowSystem GuiAddons I18n) find_package(Qt5 CONFIG REQUIRED COMPONENTS DBus) ### XCB diff --git a/kstyle/CMakeLists.txt b/kstyle/CMakeLists.txt index 6313ffb5..a4913ddc 100644 --- a/kstyle/CMakeLists.txt +++ b/kstyle/CMakeLists.txt @@ -42,7 +42,8 @@ else() I18n Config ConfigWidgets - WindowSystem) + WindowSystem + GuiAddons) find_package( KF5FrameworkIntegration CONFIG ) set_package_properties(KF5FrameworkIntegration PROPERTIES