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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:44 UTC 2016


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

The following commit has been merged in the master branch:
commit 5a91db4427ebfb0b1233aab4a9e1b0deccd38f77
Author: Christophe Giboudeaux <cgiboudeaux at gmx.com>
Date:   Tue Jun 24 23:27:46 2014 +0200

    Use the compat link_public/link_private keywords instead.
    
    Just removing the public/private keywords uncovers some other build errors.
---
 core/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 60cd815..4afa69f 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -28,7 +28,9 @@ set(kded_kdeconnect_SRCS
 
 kde4_add_library(kdeconnectcore SHARED ${kded_kdeconnect_SRCS})
 target_link_libraries(kdeconnectcore
+LINK_PUBLIC
     ${KDE4_KDECORE_LIBS}
+LINK_PRIVATE
     ${KDE4_KIO_LIBS}
     ${QJSON_LIBRARIES}
     ${QT_QTNETWORK_LIBRARY}

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list