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: