[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:06 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=e5ff128

The following commit has been merged in the master branch:
commit e5ff128debe39495b5b6bc66a84c00b7bf1d7f92
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Sep 12 11:11:13 2015 +0200

    Fix typo in library existing check
---
 daemon/CMakeLists.txt            | 2 +-
 plugins/telephony/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt
index 538e852..359ea8d 100644
--- a/daemon/CMakeLists.txt
+++ b/daemon/CMakeLists.txt
@@ -8,7 +8,7 @@ add_executable(kdeconnectd kdeconnectd.cpp)
 target_link_libraries(kdeconnectd kdeconnectcore KF5::KIOWidgets KF5::DBusAddons KF5::Notifications KF5::I18n Qt5::Widgets)
 
 ecm_mark_nongui_executable(kdeconnectd)
-if(TelepathyQt5_FOUND AND TelepathyQt5_FOUND)
+if(TelepathyQt5_FOUND AND TelepathyQt5Service_FOUND)
     target_link_libraries(kdeconnectd connectcm)
 endif()
 
diff --git a/plugins/telephony/CMakeLists.txt b/plugins/telephony/CMakeLists.txt
index b2a2442..666c54f 100644
--- a/plugins/telephony/CMakeLists.txt
+++ b/plugins/telephony/CMakeLists.txt
@@ -13,7 +13,7 @@ target_link_libraries(kdeconnect_telephony
     KF5::Notifications
 )
 
-if (TelepathyQt5_FOUND AND TelepathyQt5_FOUND)
+if (TelepathyQt5_FOUND AND TelepathyQt5Service_FOUND)
 target_link_libraries(kdeconnect_telephony
     connectcm
 )

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list