# HG changeset patch # User Harald van Dijk Bug 1430274 - Define MOZ_ALSA for more source files. diff --git a/security/sandbox/linux/moz.build b/security/sandbox/linux/moz.build index 7347659..3b4d405 100644 --- a/security/sandbox/linux/moz.build +++ b/security/sandbox/linux/moz.build @@ -77,6 +77,9 @@ if CONFIG['MOZ_GMP_SANDBOX']: 'SandboxOpenedFiles.cpp', ] +if CONFIG['MOZ_ALSA']: + DEFINES['MOZ_ALSA'] = True + # This copy of SafeSPrintf doesn't need to avoid the Chromium logging # dependency like the one in libxul does, but this way the behavior is # consistent. See also the comment in SandboxLogging.h.