diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-05 08:12:57 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-05 08:12:57 +0100 |
commit | 3ded7aa8e62fa59ff95c6a7337dd7576d1eda87a (patch) | |
tree | 0662c048cb65e60f4a3e1500186b59fa788092d7 /firefox-mozconfig | |
parent | Disabled LTO again. (diff) | |
download | librewolf-fedora-ff-3ded7aa8e62fa59ff95c6a7337dd7576d1eda87a.tar.gz librewolf-fedora-ff-3ded7aa8e62fa59ff95c6a7337dd7576d1eda87a.tar.bz2 librewolf-fedora-ff-3ded7aa8e62fa59ff95c6a7337dd7576d1eda87a.zip |
Added mozilla-openh264 dependency to play H264 clips out of the box, Updated Firefox tests
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 5d2ef9d..0528687 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -15,6 +15,7 @@ ac_add_options --update-channel=release ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" ac_add_options --allow-addon-sideload ac_add_options --with-system-fdk-aac +ac_add_options --enable-js-shell export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |