summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2014-09-10 12:43:04 +0200
committerJan Horak <jhorak@redhat.com>2014-09-10 12:43:04 +0200
commitdf0172c5dab9b48efe2f483f26137623ccd5ac9b (patch)
treee661899fa956eff35db60dfdeb96cfb41c8eb810 /firefox-mozconfig
parentEnable ION on arm (diff)
downloadlibrewolf-fedora-ff-df0172c5dab9b48efe2f483f26137623ccd5ac9b.tar.gz
librewolf-fedora-ff-df0172c5dab9b48efe2f483f26137623ccd5ac9b.tar.bz2
librewolf-fedora-ff-df0172c5dab9b48efe2f483f26137623ccd5ac9b.zip
Fix for geolocation api
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 5eae093..c3ca652 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -35,6 +35,7 @@ ac_add_options --disable-gnomevfs
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
+ac_add_options --with-mozilla-api-keyfile=mozilla-api-key
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15