summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-07-06 23:14:09 +0200
committerDave Davenport <qball@blame.services>2021-07-06 23:14:09 +0200
commitafe08def95f697824e994fd5c278d9a669806954 (patch)
tree8f20d0522097df0ddfb71f1d1b5ef76ce5e9903b /meson.build
parentdc101975aa6824661cb0859e43af5f484caabaa2 (diff)
[unwind] Generate crash report on segfault.unwind
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 82c1117e..769c2b9e 100644
--- a/meson.build
+++ b/meson.build
@@ -69,6 +69,7 @@ deps += [
dependency('xcb-xinerama'),
dependency('cairo-xcb'),
dependency('libstartup-notification-1.0'),
+ dependency('libunwind'),
]
check = dependency('check', version: '>= 0.11.0', required: get_option('check'))