blob: 141689808494586a27641f9ae198fa2528c99042 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
From 83d870fea86d1f12e4760ac0f29b0a4db7cb0cfe Mon Sep 17 00:00:00 2001
From: Johannes Huber <johu@gentoo.org>
Date: Wed, 8 Jun 2016 13:04:25 +0200
Subject: [PATCH] Remove unused dependency KIdleTime
---
CMakeLists.txt | 1 -
src/CMakeLists.txt | 2 +-
src/dvb/dvbrecording.cpp | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b4a7f5..30642a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,7 +58,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
KIO # KFileWidget
Solid
Notifications
- IdleTime
DBusAddons
)
find_package(KF5DocTools ${KF5_MIN_VERSION} QUIET)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9ae14a0..634c78c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -44,7 +44,7 @@ configure_file(config-kaffeine.h.cmake ${CMAKE_BINARY_DIR}/config-kaffeine.h)
add_executable(kaffeine ${kaffeinedvb_SRCS} ${kaffeine_SRCS})
target_link_libraries(kaffeine Qt5::Sql Qt5::X11Extras KF5::KIOWidgets KF5::XmlGui KF5::I18n KF5::Solid
- KF5::KIOCore KF5::KIOFileWidgets KF5::Notifications KF5::IdleTime
+ KF5::KIOCore KF5::KIOFileWidgets KF5::Notifications
KF5::DBusAddons ${X11_Xscreensaver_LIB} ${VLC_LIBRARY})
if(HAVE_DVB)
diff --git a/src/dvb/dvbrecording.cpp b/src/dvb/dvbrecording.cpp
index e30fa82..d18adaa 100644
--- a/src/dvb/dvbrecording.cpp
+++ b/src/dvb/dvbrecording.cpp
@@ -23,7 +23,6 @@
# define qInfo qDebug
#endif
-#include <KIdleTime>
#include <QCoreApplication>
#include <QDataStream>
#include <QDir>
--
2.8.4
|