summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-15 13:49:30 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-15 13:49:30 +0100
commit2253caedfaffdd9deb99958c4565df1bda7d2395 (patch)
treee336aee449d15799952d0fd488562b7e286a62f5 /firefox-mozconfig
parentUse ld on i686 (diff)
downloadlibrewolf-fedora-ff-2253caedfaffdd9deb99958c4565df1bda7d2395.tar.gz
librewolf-fedora-ff-2253caedfaffdd9deb99958c4565df1bda7d2395.tar.bz2
librewolf-fedora-ff-2253caedfaffdd9deb99958c4565df1bda7d2395.zip
Updated to 66.0 (Build 3), Re-enable s390x arches, Fixed Wayland specific bugs mozbz#1535567, mozbz#1431399
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 3df0a66..78aa1da 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -13,6 +13,8 @@ ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --without-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
+ac_add_options --with-google-location-service-api-keyfile=../google-api-key
+ac_add_options --with-google-safebrowsing-api-keyfile=../google-api-key
ac_add_options --enable-release
ac_add_options --update-channel=release
ac_add_options --disable-system-sqlite
bgstack15