aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorJan Beich <[email protected]>2023-02-20 14:15:15 +0000
committerGitHub <[email protected]>2023-02-20 14:15:15 +0000
commit474ada9267ccb98015991ee9d0d93fbb5da72034 (patch)
treeb53e9f2f16e47974e3a42d275b457d0aa9542fe4 /meson.build
parent784cdd76380b844bec286416de297daca3fbcdc7 (diff)
downloadHyprland-474ada9267ccb98015991ee9d0d93fbb5da72034.tar.gz
Hyprland-474ada9267ccb98015991ee9d0d93fbb5da72034.zip
Unbreak CrashReporter on FreeBSD (#1589)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c2f80adc..0ae3d518 100644
--- a/meson.build
+++ b/meson.build
@@ -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()