diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-31 13:05:33 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-31 13:06:16 +0200 |
commit | 7d85339cc4e94836a5e86c619ce0b79964e79bc3 (patch) | |
tree | 6ac3a98fcecf0bbaa2d80e46c3cb666c8734f502 /testing/firefox/vendor.js | |
parent | 3f3c3d2b3c001e4c85f2fa9ef71ee7932e39aceb (diff) | |
download | aports-7d85339cc4e94836a5e86c619ce0b79964e79bc3.tar.bz2 aports-7d85339cc4e94836a5e86c619ce0b79964e79bc3.tar.xz |
main/firefox: disable OMTC due to crash with system cairo
System cairo and OMTC does not work well
Diffstat (limited to 'testing/firefox/vendor.js')
-rw-r--r-- | testing/firefox/vendor.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/firefox/vendor.js b/testing/firefox/vendor.js index 2ef8b0d5b2..411803b61b 100644 --- a/testing/firefox/vendor.js +++ b/testing/firefox/vendor.js @@ -1,3 +1,5 @@ // Disable default browser checking. pref("browser.shell.checkDefaultBrowser", false); +// OMTC and system cairo is broken +pref("layers.offmainthreadcomposition.enabled", false); |