diff options
author | Jan Horak <jhorak@redhat.com> | 2014-09-10 12:43:04 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2014-09-10 12:43:04 +0200 |
commit | df0172c5dab9b48efe2f483f26137623ccd5ac9b (patch) | |
tree | e661899fa956eff35db60dfdeb96cfb41c8eb810 /firefox-mozconfig | |
parent | Enable ION on arm (diff) | |
download | librewolf-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-mozconfig | 1 |
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 |