all repos — tint2 @ 7079d70e8b6e3568a2f1d84ed7cb40f57e381397

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

Attempt to fix compilation on BSD
o9000 mrovi9000@gmail.com
commit

7079d70e8b6e3568a2f1d84ed7cb40f57e381397

parent

da0369492e4cfb5c31a3de893762bc37870fd492

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

jump to
M CMakeLists.txtCMakeLists.txt

@@ -32,7 +32,7 @@ set(BACKTRACE_L_FLAGS "-rdynamic")

else() pkg_check_modules( UNWIND libunwind ) find_library(EXECINFO_LIBRARIES NAMES execinfo) - if(EXECINFO_LIBRARIES_FOUND) + if(EXECINFO_LIBRARIES) set(EXECINFO_FOUND TRUE) set(EXECINFO_LIBRARIES "-lexecinfo") set(BACKTRACE_L_FLAGS "-rdynamic")