generic: replace reference to kdefakes with kdecore

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2016-09-18 21:38:58 +00:00
parent e8801340ea
commit 1320b24954
2 changed files with 4 additions and 2 deletions

View file

@ -26,9 +26,10 @@ endif(KDE4_ENABLE_FPIE)
add_definitions(-U_REENTRANT)
target_link_libraries(kcheckpass
${KDE4_KDEFAKES_LIBS}
${UNIXAUTH_LIBRARIES}
${SOCKET_LIBRARIES}
# for kdefakes
${KDE4_KDECORE_LIBS}
)
install(

View file

@ -54,7 +54,8 @@ endif( ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD" )
target_link_libraries(ksysguardd libksysguardd)
if( NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD" )
target_link_libraries(ksysguardd ${KDE4_KDEFAKES_LIBS})
# for kdefakes
target_link_libraries(ksysguardd ${KDE4_KDECORE_LIBS})
endif( NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD" )
if( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" )