diff options
author | Martin Stransky <stransky@redhat.com> | 2015-09-15 15:15:53 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-09-15 15:15:53 +0200 |
commit | 2ee23c067c3dea97bbb65139d737e9e41f82428f (patch) | |
tree | 94f4f9fd11f22699b2c6f8a01c8bb887c88a88fe | |
parent | Add GConf2-devel build req (diff) | |
download | librewolf-fedora-ff-2ee23c067c3dea97bbb65139d737e9e41f82428f.tar.gz librewolf-fedora-ff-2ee23c067c3dea97bbb65139d737e9e41f82428f.tar.bz2 librewolf-fedora-ff-2ee23c067c3dea97bbb65139d737e9e41f82428f.zip |
Enabled OMTC, Disabled system cairo
-rw-r--r-- | firefox-redhat-default-prefs.js | 1 | ||||
-rw-r--r-- | firefox.spec | 11 |
2 files changed, 5 insertions, 7 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index dc31ddb..d027bd8 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -26,4 +26,3 @@ pref("media.gmp-gmpopenh264.enabled",false); pref("plugins.notifyMissingFlash", false); /* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */ pref("browser.display.use_system_colors", false); -pref("layers.offmainthreadcomposition.enabled", false); diff --git a/firefox.spec b/firefox.spec index cf98beb..faeace4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -20,11 +20,6 @@ # Use system cairo? %define system_cairo 0 -# Gtk3 needs system cairo -%if %{toolkit_gtk3} -%define system_cairo 1 -%endif - # Hardened build? %if 0%{?fedora} > 20 %define hardened_build 1 @@ -91,7 +86,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 41.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 @@ -768,6 +763,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Sep 15 2015 Martin Stransky <stransky@redhat.com> - 41.0-2 +- Enabled OMTC +- Disabled system cairo + * Tue Sep 15 2015 Martin Stransky <stransky@redhat.com> - 41.0-1 - Update to 40.0 Build 1 |