This should fix the rest of kdebase for linking with gold.
svn path=/trunk/KDE/kdebase/workspace/; revision=839150
This commit is contained in:
parent
f597672186
commit
a839698fc7
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
|||
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kwin_killer_helper_SRCS killer.cpp )
|
||||
|
@ -8,6 +5,6 @@ set(kwin_killer_helper_SRCS killer.cpp )
|
|||
|
||||
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
|
||||
|
||||
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} )
|
||||
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
|
||||
|
||||
install(TARGETS kwin_killer_helper ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
|
Loading…
Reference in a new issue