summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-03-31 21:27:02 +0200
committerJan Horak <jhorak@redhat.com>2020-03-31 21:27:02 +0200
commit7b032f46242b12d3d0ee540c7379b80b8337820f (patch)
treefcec6a587f33ead59e037a9c1fd4bf900f5335c2 /firefox-mozconfig
parentMerge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff)
downloadlibrewolf-fedora-ff-7b032f46242b12d3d0ee540c7379b80b8337820f.tar.gz
librewolf-fedora-ff-7b032f46242b12d3d0ee540c7379b80b8337820f.tar.bz2
librewolf-fedora-ff-7b032f46242b12d3d0ee540c7379b80b8337820f.zip
Allow addons sideload to fix missing langpacks issues
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 4232142..bc70421 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -16,6 +16,7 @@ ac_add_options --disable-system-sqlite
# Workaround for mozbz#1341234
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
ac_add_options --enable-av1
+ac_add_options --allow-addon-sideload
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15