diff options
author | Martin Stransky <stransky@redhat.com> | 2020-09-10 10:53:15 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-09-10 10:53:15 +0200 |
commit | 664fa8f846b4fdc17caa6ed27c619716dc25399c (patch) | |
tree | 71a90cc9defef250d4434eb6f73b73897ca33de5 | |
parent | Removed bogus openh264 dependency (diff) | |
download | librewolf-fedora-ff-664fa8f846b4fdc17caa6ed27c619716dc25399c.tar.gz librewolf-fedora-ff-664fa8f846b4fdc17caa6ed27c619716dc25399c.tar.bz2 librewolf-fedora-ff-664fa8f846b4fdc17caa6ed27c619716dc25399c.zip |
removed bogus build options
-rw-r--r-- | firefox-mozconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 9003a7e..ef68221 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -14,8 +14,6 @@ ac_add_options --update-channel=release # Workaround for mozbz#1341234 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" ac_add_options --allow-addon-sideload -ac_add_options --with-system-openh264 -ac_add_options --with-system-fdk-aac export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |