Blame SOURCES/Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch

219491
From 02966e348e37ebf6269aaed238e7ce67fbe958e7 Mon Sep 17 00:00:00 2001
219491
From: Hrvoje Senjan <hrvoje.senjan@gmail.com>
219491
Date: Sun, 25 May 2014 00:36:08 +0200
219491
Subject: [PATCH 1/1] Drop Nepomuk from KParts' LINK_INTERFACE_LIBRARIES
219491
219491
Nepomuk is only used in a private header, browserrun_p.h,
219491
thus it is not needed as KParts public dependancy
219491
Makes it possible to drop libsoprano-devel from libkde4-devel Requires
219491
---
219491
 kparts/CMakeLists.txt | 1 -
219491
 1 file changed, 1 deletion(-)
219491
219491
diff --git a/kparts/CMakeLists.txt b/kparts/CMakeLists.txt
219491
index 2eab2e8..e17ef5e 100644
219491
--- a/kparts/CMakeLists.txt
219491
+++ b/kparts/CMakeLists.txt
219491
@@ -39,7 +39,6 @@ target_link_libraries(kparts  ${KDE4_KDECORE_LIBS} kdeui kio)
219491
 target_link_libraries(kparts  LINK_INTERFACE_LIBRARIES kio kdeui kdecore ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} )
219491
 if(HAVE_NEPOMUK)
219491
   target_link_libraries(kparts  nepomuk nepomukutils)
219491
-  target_link_libraries(kparts  LINK_INTERFACE_LIBRARIES nepomuk nepomukutils )
219491
 endif(HAVE_NEPOMUK)
219491
 
219491
 set_target_properties(kparts PROPERTIES VERSION ${GENERIC_LIB_VERSION} 
219491
-- 
219491
1.9.3
219491