mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Update mozangle
This should allow servo to take advantage of faster compilation speeds on Windows.
This commit is contained in:
parent
f034eb6032
commit
96eeb5865c
9 changed files with 7 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue