aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--browser/resources/source_files/mozconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/browser/resources/source_files/mozconfig b/browser/resources/source_files/mozconfig
index a79ddd8..de55258 100644
--- a/browser/resources/source_files/mozconfig
+++ b/browser/resources/source_files/mozconfig
@@ -7,3 +7,6 @@ mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT
# Setting the branding options
ac_add_options --with-branding=browser/branding/librewolf
ac_add_options --with-distribution-id=io.github.librewolf
+
+# enables ALSA
+ac_add_options --enable-alsa
bgstack15