summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-03-03 15:49:07 +0100
committerMartin Stransky <stransky@redhat.com>2015-03-03 15:49:07 +0100
commitd00e26acd72d0d42dd13ae3d362859e12b1ad4e1 (patch)
treedaef17272b24bdf07a11d314c872d627a34b42e7
parentEnabled skia library for arm (diff)
downloadlibrewolf-fedora-ff-d00e26acd72d0d42dd13ae3d362859e12b1ad4e1.tar.gz
librewolf-fedora-ff-d00e26acd72d0d42dd13ae3d362859e12b1ad4e1.tar.bz2
librewolf-fedora-ff-d00e26acd72d0d42dd13ae3d362859e12b1ad4e1.zip
Enable Skia for all arches (rhbz#1197007)
-rw-r--r--firefox-mozconfig1
-rw-r--r--firefox.spec6
2 files changed, 5 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index c0cda82..6e2668d 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -35,6 +35,7 @@ ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
ac_add_options --enable-release
+ac_add_options --enable-skia
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
diff --git a/firefox.spec b/firefox.spec
index 5d0349b..ce98c11 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 36.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -367,7 +367,6 @@ 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}
@@ -764,6 +763,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 3 2015 Martin Stransky <stransky@redhat.com> - 36.0-2
+- Enable Skia for all arches (rhbz#1197007)
+
* Fri Feb 20 2015 Jan Horak <jhorak@redhat.com> - 36.0-1
- Update to 36.0
bgstack15