summaryrefslogtreecommitdiff
blob: dc5214b30361fa808ae9bfada4b4cab4ff6e0cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
See also: https://phabricator.kde.org/D22691

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@
 include(KDEPackageAppTemplates)
 
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
-                    Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet
+                    Plasma DocTools Runner NotifyConfig Su NewStuff Wallet
                     IdleTime Declarative I18n KCMUtils TextWidgets KDELibs4Support Crash GlobalAccel
                     DBusAddons Wayland CoreAddons)
 find_package(KDED CONFIG REQUIRED)
diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt
--- a/dataengines/CMakeLists.txt
+++ b/dataengines/CMakeLists.txt
@@ -24,7 +24,6 @@
 add_subdirectory(time)
 add_subdirectory(weather)
 add_subdirectory(statusnotifieritem)
-add_subdirectory(share)
 
 if(NOT WIN32)
   add_subdirectory(mouse)