diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index eb39c03..32c25cb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,7 +3,6 @@ option('firejail', description: 'firejail executable name', type: 'string', va option('manpage', description: 'Generate and install manpage', type: 'boolean', value: 'true') option('translations', description: 'Generate and install translations', type: 'feature', value: 'auto') -option('crashhandler', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto') option('updater', description: 'Build updater component', type: 'feature', value: 'auto') # Build options |