mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: add backtraces feature information
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d3913790a1
commit
90b168c400
1 changed files with 6 additions and 0 deletions
|
@ -269,6 +269,12 @@ add_feature_info(xscreensaver
|
|||
"Screen saver and screen locking support"
|
||||
)
|
||||
|
||||
find_program(GDB_OR_LLDB_EXECUTABLE NAMES gdb lldb)
|
||||
add_feature_info(gdb_or_lldb
|
||||
GDB_OR_LLDB_EXECUTABLE
|
||||
"Backtraces support"
|
||||
)
|
||||
|
||||
check_include_files(sys/wait.h HAVE_SYS_WAIT_H)
|
||||
check_include_files(sys/time.h HAVE_SYS_TIME_H)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue