aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index f25721a5652..d1ed5271b67 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -864,6 +864,7 @@ install them, let us know by filing a bug!")
not target
or ("armv7" in target and "android" in target)
or "x86_64" in target
+ or "uwp" in target
):
media_stack = "gstreamer"
else: