From 426a0af6b91f95f346fcd7baa57bb300ea1a84ee Mon Sep 17 00:00:00 2001 From: BeatLink Date: Mon, 24 Jun 2019 18:25:03 -0500 Subject: Fix compile options --- browser/resources/source_files/mozconfig | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/browser/resources/source_files/mozconfig b/browser/resources/source_files/mozconfig index 446caba..99b0103 100644 --- a/browser/resources/source_files/mozconfig +++ b/browser/resources/source_files/mozconfig @@ -6,21 +6,20 @@ 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 +ac_add_options --with-distribution-id=io.gitlab.librewolf # enables ALSA ac_add_options --enable-alsa -MOZ_CRASHREPORTER=0 -MOZ_DATA_REPORTING=0 -MOZ_SERVICES_HEALTHREPORT=0 -MOZ_TELEMETRY_REPORTING=0 +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 -MOZ_REQUIRE_SIGNING=0 +mk_add_options MOZ_REQUIRE_SIGNING=0 - -MOZ_ADOBE_EME=0 +mk_add_options MOZ_ADOBE_EME=0 -- cgit