linux/browser/resources/source_files/mozconfig
2019-06-20 04:42:16 -05:00

12 lines
366 B
Text

# This is for the desktop version of librewolf
ac_add_options --enable-application=browser
# Folder to output the build files:
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