summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-08-27 18:10:38 -0400
committerAdam Jackson <ajax@redhat.com>2020-02-12 16:56:13 -0500
commitee9f6e20de1408d572dc1eba33f3d2a8501d7da5 (patch)
tree295e7320d9c45a13776d38f2983057316f055897 /meson_options.txt
parent42aaf37241fedfd6a0f72b255f2d45d6ea34d8c6 (diff)
meson: Add support for libunwind
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0f38fca8e..c9b97727b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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')