all repos — tint2 @ 34c29ea88b8e9f6dead1a39cebe652f994ac0608

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

Show warning on missing backtrace libs
o9000 mrovi9000@gmail.com
commit

34c29ea88b8e9f6dead1a39cebe652f994ac0608

parent

b210675893a9299a7b9b43c03c13c97965e3762e

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

jump to
M CMakeLists.txtCMakeLists.txt

@@ -56,6 +56,10 @@ if( NOT IMLIB_BUILD_WITH_X )

message( FATAL_ERROR "Imlib is not built with X support" ) endif( NOT IMLIB_BUILD_WITH_X ) +if( NOT BACKTRACE_LIBC_FOUND AND NOT UNWIND_FOUND AND NOT EXECINFO_FOUND ) + message( WARNING "Backtrace support not available. You can enable it with libexecinfo/libunwind or libc." ) +endif() + add_definitions( -D_GNU_SOURCE ) include_directories( ${PROJECT_BINARY_DIR}