diff options
author | BeatLink <beatlink@protonmail.com> | 2019-06-20 04:42:16 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-06-20 04:42:16 -0500 |
commit | a0cd6e617032599ef4dccacc823aefd361fd84de (patch) | |
tree | bc03e19d5cafcdd315e28359a5ee9ac0a02f82c5 /browser | |
parent | Merge branch 'grammar' into 'master' (diff) | |
download | librewolf-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/mozconfig | 3 |
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 |