aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
authorpylbrecht <palbrecht@mailbox.org>2019-10-17 07:08:53 +0200
committerpylbrecht <palbrecht@mailbox.org>2019-12-17 19:51:55 +0100
commit65a21e9badb7fb4672405aa9818cbd60f37677fb (patch)
treed9b0084c284d69e498877f1df4bc812161aea53e /python/servo/command_base.py
parenta5844d5efd9135c0448ace252508bdce20e341c3 (diff)
downloadservo-65a21e9badb7fb4672405aa9818cbd60f37677fb.tar.gz
servo-65a21e9badb7fb4672405aa9818cbd60f37677fb.zip
Enable raqote by default
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py4
1 files changed, 2 insertions, 2 deletions
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: