Unbreak CrashReporter on FreeBSD (#1589)

This commit is contained in:
Jan Beich
2023-02-20 14:15:15 +00:00
committed by GitHub
parent 784cdd7638
commit 474ada9267
6 changed files with 49 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ if not have_xwayland
add_project_arguments('-DNO_XWAYLAND', language: 'cpp')
endif
backtrace_dep = cpp_compiler.find_library('execinfo', required: false)
systemd_dep = dependency('libsystemd', required: get_option('systemd'))
if get_option('systemd').enabled()