Artix Linux Forum

Artix Linux => System => Topic started by: nokangaroo on 14 July 2021, 15:16:20

Title: Cannot disable junk in librewolf build
Post by: nokangaroo on 14 July 2021, 15:16:20
Succeeded in building waterfox, but don't like it. Am currently trying to build librewolf, but it seems the settings
Code: [Select]
mk_add_options MOZ_CRASHREPORTER=0
mk_add_options MOZ_DATA_REPORTING=0
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
mk_add_options MOZ_TELEMETRY_REPORTING=0
mk_add_options MOZ_NORMANDY=0
mk_add_options MOZ_PULSEAUDIO=0
mk_add_options MOZ_DEBUG=0
aren't respected, they are all set to 1 in the build (and presumably they are set to 1 in waterfox, but I forgot to check). Also I want to build it w/o pulseaudio, but libpulse is required during build. What's wrong? I also tried setting the options to an empty string, which also didn't work.