From 00b5b425275f154b013365c944a67851c77d5ab2 Mon Sep 17 00:00:00 2001 From: Alexandr Akulich Date: Wed, 31 Aug 2016 23:34:39 +0500 Subject: [PATCH 05/31] Revert "cmake: telepathy-service does not depend on telepathy" This reverts commit 88e1c41725559cd625af02e35863e596fb60d1e0. In fact, service library depends on telepathy, e.g. for AvatarSpec, used by BaseProtocolAvatarsInterface. Fixes: fd.o#97550 - telepathy-qt 0.9.7 fails to build due to an linking error --- TelepathyQt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt index f79c6b9..d295709 100644 --- a/TelepathyQt/CMakeLists.txt +++ b/TelepathyQt/CMakeLists.txt @@ -989,6 +989,7 @@ if(ENABLE_SERVICE_SUPPORT) target_link_libraries(telepathy-qt${QT_VERSION_MAJOR}-service ${QT_QTDBUS_LIBRARY} ${QT_QTCORE_LIBRARY} + telepathy-qt${QT_VERSION_MAJOR} ${TP_QT_LIBRARY_LINKER_FLAGS}) # Set the correct version number -- 2.9.3