blob: 446caba0ac600d74a84aa128d1326518eb6e49e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
MOZ_CRASHREPORTER=0
MOZ_DATA_REPORTING=0
MOZ_SERVICES_HEALTHREPORT=0
MOZ_TELEMETRY_REPORTING=0
MOZ_REQUIRE_SIGNING=0
MOZ_ADOBE_EME=0
|