aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2014-12-12 12:02:03 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2014-12-12 12:02:03 +1000
commite48619b6ec709f4727957b9d74dccbdf74463e48 (patch)
tree1961d806517ad1f420940d71cf381bbaa6638be6 /python/servo/devenv_commands.py
parent76c18473b12d6e210526a2ee40b828dfafa6bff3 (diff)
downloadservo-e48619b6ec709f4727957b9d74dccbdf74463e48.tar.gz
servo-e48619b6ec709f4727957b9d74dccbdf74463e48.zip
Remove glut from update-cargo command.
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r--python/servo/devenv_commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index bbb602469f2..30c8a440750 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -36,7 +36,6 @@ class MachCommands(CommandBase):
cargo_paths = [path.join('components', 'servo'),
path.join('ports', 'cef'),
- path.join('ports', 'android', 'glut_app'),
path.join('ports', 'gonk')]
for cargo_path in cargo_paths: