mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: replace reference to kdefakes with kdecore
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
e8801340ea
commit
1320b24954
2 changed files with 4 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -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" )
|
||||
|
|
Loading…
Add table
Reference in a new issue