Bug 1701623 - Don't build minidump_writer_linux if crashreporter is disabled r=gsvelto

Differential Revision: https://phabricator.services.mozilla.com/D110081
This commit is contained in:
M. Sirringhaus 2021-04-07 08:09:23 +00:00
parent 19602fcd6c
commit 70a6d1d2e2

View File

@ -89,5 +89,5 @@ if CONFIG['MOZ_USING_WASM_SANDBOXING']:
if CONFIG['MOZ_ENABLE_DBUS']:
gkrust_features += ['with_dbus']
if CONFIG['MOZ_OXIDIZED_BREAKPAD']:
if CONFIG["MOZ_CRASHREPORTER"] and CONFIG['MOZ_OXIDIZED_BREAKPAD']:
gkrust_features += ['oxidized_breakpad']