rpms/sentinella/F-12 sentinella-fix-DSO.patch,NONE,1.1

thomasj thomasj at fedoraproject.org
Wed May 19 09:11:15 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/sentinella/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27032

Added Files:
	sentinella-fix-DSO.patch 
Log Message:
added fix DSO patch

sentinella-fix-DSO.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE sentinella-fix-DSO.patch ---
--- src/CMakeLists.txt	2010-05-06 17:38:24.000000000 +0200
+++ src/CMakeLists.txt.old	2010-05-19 09:09:41.000000000 +0200
@@ -13,7 +13,7 @@
 kde4_add_ui_files(Sentinella_SRCS ${Sentinella_UIS})
 kde4_add_executable(sentinella ${Sentinella_SRCS})
 
-target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS})
+target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui processcore ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_SOLID_LIBS} ${KDE4_PHONON_LIBS})
 
 install(TARGETS sentinella DESTINATION bin)
 



More information about the scm-commits mailing list