summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2014-11-04 15:30:31 +0100
committerMartin Stransky <stransky@redhat.com>2014-11-04 15:30:31 +0100
commit3d545d817ede32b18e10dda292755eddb8563f61 (patch)
treed632a7e0d2bcaee399c86b52fbce52d3b18c87db
parentrawhide build fix (diff)
downloadlibrewolf-fedora-ff-3d545d817ede32b18e10dda292755eddb8563f61.tar.gz
librewolf-fedora-ff-3d545d817ede32b18e10dda292755eddb8563f61.tar.bz2
librewolf-fedora-ff-3d545d817ede32b18e10dda292755eddb8563f61.zip
Added yasm to build req, needed for in-tree turbo jpeg
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 69cf634..3d58c46 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -405,9 +405,10 @@ echo "ac_add_options --disable-crashreporter" >> .mozconfig
echo "ac_add_options --enable-tests" >> .mozconfig
%endif
-# Hack - FF does not support new jpeg turbo library
+# TODO Hack - FF does not support new jpeg turbo library
%if 0%{?fedora} > 21
echo "ac_add_options --without-system-jpeg" >> .mozconfig
+BuildRequires: yasm
%else
echo "ac_add_options --with-system-jpeg" >> .mozconfig
%endif
bgstack15