aboutsummaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-20 04:42:16 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-20 04:42:16 -0500
commita0cd6e617032599ef4dccacc823aefd361fd84de (patch)
treebc03e19d5cafcdd315e28359a5ee9ac0a02f82c5 /browser
parentMerge branch 'grammar' into 'master' (diff)
downloadlibrewolf-linux-a0cd6e617032599ef4dccacc823aefd361fd84de.tar.gz
librewolf-linux-a0cd6e617032599ef4dccacc823aefd361fd84de.tar.bz2
librewolf-linux-a0cd6e617032599ef4dccacc823aefd361fd84de.zip
Add option to enable alsa build
Diffstat (limited to 'browser')
-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