From a0cd6e617032599ef4dccacc823aefd361fd84de Mon Sep 17 00:00:00 2001 From: BeatLink Date: Thu, 20 Jun 2019 04:42:16 -0500 Subject: [PATCH] Add option to enable alsa build --- browser/resources/source_files/mozconfig | 3 +++ 1 file changed, 3 insertions(+) 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