Update mozangle

This should allow servo to take advantage of faster compilation speeds
on Windows.
This commit is contained in:
Martin Robinson 2023-07-01 17:33:19 +02:00 committed by Martin Robinson
parent f034eb6032
commit 96eeb5865c
9 changed files with 7 additions and 12 deletions

View file

@ -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: