meson: Add support for libunwind

This commit is contained in:
Adam Jackson
2019-08-27 18:10:38 -04:00
parent 42aaf37241
commit ee9f6e20de
3 changed files with 8 additions and 0 deletions

View File

@@ -121,3 +121,6 @@ option('sparkle-feed-url', type: 'string',
description: 'Feed URL for autoupdating with the Sparkle Framework (default: disabled)')
option('xpbproxy', type: 'boolean', value: false,
description: 'Build a standalone X pasteboard proxy')
option('libunwind', type: 'boolean', value: false,
description: 'Use libunwind for backtrace reporting')