mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
Remove unnecessary dependencies and features from top-level Cargo.tomls
The features for each crate will be computed based on the union of features specified in the dependency graph. Specifying the same ones again just adds more ways for them to get out of sync.
This commit is contained in:
parent
cce565466d
commit
b2e874e151
11 changed files with 15 additions and 37 deletions
|
@ -197,9 +197,6 @@ class MachCommands(CommandBase):
|
|||
if debug_mozjs or self.config["build"]["debug-mozjs"]:
|
||||
features += ["script/debugmozjs"]
|
||||
|
||||
if android:
|
||||
features += ["android_glue"]
|
||||
|
||||
if features:
|
||||
opts += ["--features", "%s" % ' '.join(features)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue