diff options
author | Martin Stransky <stransky@redhat.com> | 2020-05-05 20:11:17 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-05-05 20:11:17 +0200 |
commit | a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394 (patch) | |
tree | 91f367b898025e555cbd7d8524cdcada3f183de3 /firefox.spec | |
parent | Temporary disable aarch64 (diff) | |
download | librewolf-fedora-ff-a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394.tar.gz librewolf-fedora-ff-a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394.tar.bz2 librewolf-fedora-ff-a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394.zip |
spec build tweaks
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index f604edd..7e2bc01 100644 --- a/firefox.spec +++ b/firefox.spec @@ -497,9 +497,9 @@ echo "ac_add_options --disable-jemalloc" >> .mozconfig # We don't have recent nasm on Fedora 30...time to update to Fedora 31. %if 0%{?fedora} < 31 -ac_add_options --disable-av1 +echo "ac_add_options --disable-av1" >> .mozconfig %else -ac_add_options --enable-av1 +echo "ac_add_options --enable-av1" >> .mozconfig %endif # api keys full path |