[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=675f101

The following commit has been merged in the master branch:
commit 675f101d0cbbf55599caef168dbc8f9e712e5483
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Jul 20 13:15:21 2013 +0000

    Update CMake to link against kpeople from CMake variable name
---
 KTp/Models/CMakeLists.txt               | 2 +-
 kpeople/datasourceplugin/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/KTp/Models/CMakeLists.txt b/KTp/Models/CMakeLists.txt
index 87d1bab..f65ec4f 100644
--- a/KTp/Models/CMakeLists.txt
+++ b/KTp/Models/CMakeLists.txt
@@ -44,7 +44,7 @@ if (KPEOPLE_FOUND)
 
     set (ktp_models_private_LIBS
          ${ktp_models_private_LIBS}
-         kpeople
+         ${KPEOPLE_LIBS}
          ${NEPOMUK_CORE_LIBRARY}
          )
 endif (KPEOPLE_FOUND)
diff --git a/kpeople/datasourceplugin/CMakeLists.txt b/kpeople/datasourceplugin/CMakeLists.txt
index 4a7df0e..d46e920 100644
--- a/kpeople/datasourceplugin/CMakeLists.txt
+++ b/kpeople/datasourceplugin/CMakeLists.txt
@@ -13,7 +13,7 @@ target_link_libraries (im_persons_data_source_plugin
     ${TELEPATHY_QT4_LIBRARIES}
     ${KDE4_KDEUI_LIBS}
     ${NEPOMUK_CORE_LIBRARY}
-    kpeople
+    ${KPEOPLE_LIBS}
     ktpcommoninternalsprivate
 )
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list