From 65a21e9badb7fb4672405aa9818cbd60f37677fb Mon Sep 17 00:00:00 2001 From: pylbrecht Date: Thu, 17 Oct 2019 07:08:53 +0200 Subject: Enable raqote by default --- python/servo/command_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/servo/command_base.py') diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 1a56777f14f..7c82acaa534 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -929,8 +929,8 @@ install them, let us know by filing a bug!") features.append("egl") if with_raqote and "canvas2d-azure" not in features: features.append("canvas2d-raqote") - elif "canvas2d-raqote" not in features: - features.append("canvas2d-azure") + elif "canvas2d-azure" not in features: + features.append("canvas2d-raqote") if with_layout_2020 or (self.config["build"]["layout-2020"] and not with_layout_2013): features.append("layout-2020") elif "layout-2020" not in features: -- cgit v1.2.3