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

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


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

The following commit has been merged in the master branch:
commit 2824260096602b0b567f4551eecd46472a7b9341
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Sep 11 21:19:13 2015 +0200

    Check for both TpQt and TpQt service
    
    BUG: 352582
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c00094..0d6ad74 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ find_package(KF5 REQUIRED COMPONENTS I18n ConfigWidgets DBusAddons IconThemes)
 find_package(Qca-qt5 2.1.0 REQUIRED)
 find_package(TelepathyQt5 0.9.5)
 find_package(TelepathyQt5Service 0.9.7)
-if (TelepathyQt5_FOUND)
+if (TelepathyQt5_FOUND AND TelepathyQt5Service_FOUND)
     add_definitions(-DHAVE_TELEPATHY)
 endif()
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list