[firefox] Enabled skia library for arm

Jan Horak xhorak at fedoraproject.org
Fri Feb 20 12:53:15 UTC 2015


commit 6bfee0e7e0233ade98500989e3351e161384985e
Author: Jan Horak <jhorak at redhat.com>
Date:   Fri Feb 20 13:53:11 2015 +0100

    Enabled skia library for arm

 firefox.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index 84d768a..5d0349b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -278,10 +278,10 @@ cd %{tarballdir}
 %patch0 -p1
 %patch1 -p2 -b .build
 
-%ifarch %{arm}
-%patch3  -p2 -b .arm
+#%ifarch %{arm}
+%patch3  -p2 -b .arm-build
 %patch4  -p2 -b .arm
-%endif
+#%endif
 
 %patch18 -p2 -b .jemalloc-ppc
 %patch19 -p2 -b .s390-inlines
@@ -367,6 +367,7 @@ echo "ac_add_options --disable-ipc" >> .mozconfig
 
 %ifarch %{arm}
 echo "ac_add_options --disable-elf-hack" >> .mozconfig
+echo "ac_add_options --enable-skia" >> .mozconfig
 %endif
 
 %if %{?debug_build}


More information about the scm-commits mailing list