all repos — tint2 @ 0aa4977940a9eaa6089c1c5f7bcf1fcc035c8a51

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

*fix* use -pthread also for tint2 because we're using processes which starts new threads



git-svn-id: http://tint2.googlecode.com/svn/trunk@500 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Andreas.Fink85 Andreas.Fink85@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

0aa4977940a9eaa6089c1c5f7bcf1fcc035c8a51

parent

837932f8f47d85cdc0cb1e6d4c3486c8f3426a22

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -91,8 +91,8 @@ target_link_libraries( tint2 ${RT_LIBRARY} )

endif( RT_LIBRARY ) add_dependencies( tint2 version ) -set_target_properties( tint2 PROPERTIES COMPILE_FLAGS -Wall ) -#set_target_properties(tint2 PROPERTIES LINK_FLAGS -Wl,--as-needed) +set_target_properties( tint2 PROPERTIES COMPILE_FLAGS "-Wall -pthread" ) +set_target_properties(tint2 PROPERTIES LINK_FLAGS "-pthread" ) install( TARGETS tint2 DESTINATION bin ) install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )