mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Enable uwp feature when building with --uwp.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user