Add layout-2020 option to the .servobuild file

… and `--with-layout-2013` command-line option to disable it.
This commit is contained in:
Simon Sapin 2019-12-16 15:36:18 +01:00
parent b7aaff4995
commit d670b4420a
2 changed files with 8 additions and 2 deletions

View file

@ -43,6 +43,9 @@ webgl-backtrace = false
# that triggered it.
dom-backtrace = false
# Default to the “2020” implementation of CSS layout instead of the “2013” one.
layout-2020 = false
# Set to the path to your ccache binary to enable caching of compiler outputs
#ccache = "/usr/local/bin/ccache"