Added yasm to build req, needed for in-tree turbo jpeg
This commit is contained in:
parent
793ab2260d
commit
3d545d817e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user