From 3d545d817ede32b18e10dda292755eddb8563f61 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 4 Nov 2014 15:30:31 +0100 Subject: Added yasm to build req, needed for in-tree turbo jpeg --- firefox.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit