Auto merge of #23736 - servo:jdm-patch-35, r=asajeffrey

Enable uwp feature when building with --uwp.

This removes some dependencies that trigger WACK errors.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23736)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-07-10 11:56:40 -04:00 committed by GitHub
commit 5ba743b0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")