mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Enable uwp feature when building with --uwp.
This commit is contained in:
parent
d0bd2d5e44
commit
1a9300a29d
1 changed files with 1 additions and 0 deletions
|
@ -846,6 +846,7 @@ install them, let us know by filing a bug!")
|
|||
if uwp:
|
||||
features.append("canvas2d-raqote")
|
||||
features.append("no_wgl")
|
||||
features.append("uwp")
|
||||
else:
|
||||
# Non-UWP builds provide their own libEGL via mozangle.
|
||||
features.append("egl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue