diff options
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 801ec70b22e..57e729dc92c 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -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") |