telepathy-qt: Revert "cmake: telepathy-service does not depend on telepathy"

Alexandr Akulich kaffeine at kemper.freedesktop.org
Wed Aug 31 18:36:27 UTC 2016


Module: telepathy-qt
Branch: master
Commit: 00b5b425275f154b013365c944a67851c77d5ab2
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=00b5b425275f154b013365c944a67851c77d5ab2

Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Wed Aug 31 23:34:39 2016 +0500

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



More information about the telepathy-commits mailing list