mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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:
commit
5ba743b0cf
1 changed files with 1 additions and 0 deletions
|
@ -846,6 +846,7 @@ install them, let us know by filing a bug!")
|
||||||
if uwp:
|
if uwp:
|
||||||
features.append("canvas2d-raqote")
|
features.append("canvas2d-raqote")
|
||||||
features.append("no_wgl")
|
features.append("no_wgl")
|
||||||
|
features.append("uwp")
|
||||||
else:
|
else:
|
||||||
# Non-UWP builds provide their own libEGL via mozangle.
|
# Non-UWP builds provide their own libEGL via mozangle.
|
||||||
features.append("egl")
|
features.append("egl")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue