mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use layout 2020 by default
Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
This commit is contained in:
parent
f215ddf16f
commit
8a46a4ee05
2 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,7 @@ class CommandBase(object):
|
|||
self.config["build"].setdefault("mode", "")
|
||||
self.config["build"].setdefault("debug-assertions", False)
|
||||
self.config["build"].setdefault("debug-mozjs", False)
|
||||
self.config["build"].setdefault("layout-2020", False)
|
||||
self.config["build"].setdefault("layout-2020", True)
|
||||
self.config["build"].setdefault("media-stack", "auto")
|
||||
self.config["build"].setdefault("ccache", "")
|
||||
self.config["build"].setdefault("rustflags", "")
|
||||
|
|
|
@ -44,7 +44,7 @@ webgl-backtrace = false
|
|||
dom-backtrace = false
|
||||
|
||||
# Default to the “2020” implementation of CSS layout instead of the “2013” one.
|
||||
layout-2020 = false
|
||||
layout-2020 = true
|
||||
|
||||
# Pick a media stack based on the target. Other values are "gstreamer" and "dummy"
|
||||
media-stack = "auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue