diff options
Diffstat (limited to 'browser/resources/source_files/mozconfig')
-rw-r--r-- | browser/resources/source_files/mozconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/browser/resources/source_files/mozconfig b/browser/resources/source_files/mozconfig deleted file mode 100644 index 99b0103..0000000 --- a/browser/resources/source_files/mozconfig +++ /dev/null @@ -1,25 +0,0 @@ -# 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.gitlab.librewolf - -# enables ALSA -ac_add_options --enable-alsa - - -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_REQUIRE_SIGNING=0 - -mk_add_options MOZ_ADOBE_EME=0 - - - |