From 96eeb5865cb4e9ec5d48ef4803418620e24dbaf4 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Sat, 1 Jul 2023 17:33:19 +0200 Subject: Update mozangle This should allow servo to take advantage of faster compilation speeds on Windows. --- python/servo/command_base.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/servo/command_base.py') diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 2f7ac3400bb..0c9f3b2adf1 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -833,9 +833,7 @@ class CommandBase(object): if self.is_uwp_build: features.append("no-wgl") features.append("uwp") - else: - # Non-UWP builds provide their own libEGL via mozangle. - features.append("egl") + 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