diff options
author | Martin Stransky <stransky@redhat.com> | 2020-04-01 13:18:16 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-04-01 13:18:16 +0200 |
commit | 1d40a9195f3abfa44bc6b47924b82a11e000a0b1 (patch) | |
tree | 716142e264e9669fbc68111b1bc1597af7fbf51b /firefox-mozconfig | |
parent | added mozilla-gnome-shell-search-fixes.patch (diff) | |
parent | Allow addons sideload to fix missing langpacks issues (diff) | |
download | librewolf-fedora-ff-1d40a9195f3abfa44bc6b47924b82a11e000a0b1.tar.gz librewolf-fedora-ff-1d40a9195f3abfa44bc6b47924b82a11e000a0b1.tar.bz2 librewolf-fedora-ff-1d40a9195f3abfa44bc6b47924b82a11e000a0b1.zip |
Added fixes to gnome shell search provider
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 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 |