summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-01-17 09:36:20 +0100
committerJan Horak <jhorak@redhat.com>2017-01-17 09:36:20 +0100
commitb2b845f7ba35395022b10df5d51fa23499940a8e (patch)
tree85cb9bc5b55333aa4e65f303acff1137022f35da /firefox-mozconfig
parentbuild fix - mozbz#1329272 (diff)
downloadlibrewolf-fedora-ff-b2b845f7ba35395022b10df5d51fa23499940a8e.tar.gz
librewolf-fedora-ff-b2b845f7ba35395022b10df5d51fa23499940a8e.tar.bz2
librewolf-fedora-ff-b2b845f7ba35395022b10df5d51fa23499940a8e.zip
Enable telemetry
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index ea34e72..acace89 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -27,6 +27,7 @@ ac_add_options --enable-pie
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
+export MOZ_TELEMETRY_REPORTING=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
bgstack15