telepathy-qt: farsight: Fix linking

Dario Freddi drf at kemper.freedesktop.org
Mon Aug 27 10:01:37 PDT 2012


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

Author: Dario Freddi <dario.freddi at collabora.com>
Date:   Mon Aug 27 18:55:44 2012 +0200

farsight: Fix linking

Thanks to shadeslayer for the patch

Reviewed-by: Dario Freddi <dario.freddi at collabora.com>

---

 TelepathyQt/Farsight/CMakeLists.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt/Farsight/CMakeLists.txt b/TelepathyQt/Farsight/CMakeLists.txt
index 4cc660c..b234703 100644
--- a/TelepathyQt/Farsight/CMakeLists.txt
+++ b/TelepathyQt/Farsight/CMakeLists.txt
@@ -28,6 +28,8 @@ if(FARSIGHT_COMPONENTS_FOUND)
     target_link_libraries(telepathy-qt${QT_VERSION_MAJOR}-farsight
         ${QT_QTDBUS_LIBRARY}
         ${QT_QTCORE_LIBRARY}
+        ${GOBJECT_LIBRARIES}
+        ${TELEPATHY_GLIB_LIBRARIES}
         ${TELEPATHY_FARSIGHT_LIBRARIES}
         ${GSTREAMER_INTERFACE_LIBRARY}
         telepathy-qt${QT_VERSION_MAJOR}



More information about the telepathy-commits mailing list