Enabled OMTC, Disabled system cairo
This commit is contained in:
parent
4a850216e3
commit
2ee23c067c
@ -26,4 +26,3 @@ pref("media.gmp-gmpopenh264.enabled",false);
|
|||||||
pref("plugins.notifyMissingFlash", false);
|
pref("plugins.notifyMissingFlash", false);
|
||||||
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */
|
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */
|
||||||
pref("browser.display.use_system_colors", false);
|
pref("browser.display.use_system_colors", false);
|
||||||
pref("layers.offmainthreadcomposition.enabled", false);
|
|
||||||
|
11
firefox.spec
11
firefox.spec
@ -20,11 +20,6 @@
|
|||||||
# Use system cairo?
|
# Use system cairo?
|
||||||
%define system_cairo 0
|
%define system_cairo 0
|
||||||
|
|
||||||
# Gtk3 needs system cairo
|
|
||||||
%if %{toolkit_gtk3}
|
|
||||||
%define system_cairo 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Hardened build?
|
# Hardened build?
|
||||||
%if 0%{?fedora} > 20
|
%if 0%{?fedora} > 20
|
||||||
%define hardened_build 1
|
%define hardened_build 1
|
||||||
@ -91,7 +86,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 41.0
|
Version: 41.0
|
||||||
Release: 1%{?pre_tag}%{?dist}
|
Release: 2%{?pre_tag}%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -768,6 +763,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 15 2015 Martin Stransky <stransky@redhat.com> - 41.0-1
|
||||||
- Update to 40.0 Build 1
|
- Update to 40.0 Build 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user